Skip to content

Commit a72ed85

Browse files
committed
Remove parserOptions and parserPath
1 parent a28e35e commit a72ed85

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/core/src/types.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -323,23 +323,11 @@ export interface RuleContext<
323323
*/
324324
settings: SettingsConfig;
325325

326-
/**
327-
* Parser-specific options for the configuration.
328-
* @deprecated Use `languageOptions.parserOptions` instead.
329-
*/
330-
parserOptions: Record<string, unknown>;
331-
332326
/**
333327
* The language options for the configuration.
334328
*/
335329
languageOptions: Options["LangOptions"];
336330

337-
/**
338-
* The CommonJS path to the parser used while parsing this file.
339-
* @deprecated No longer used.
340-
*/
341-
parserPath: string | undefined;
342-
343331
/**
344332
* The rule ID.
345333
*/

0 commit comments

Comments
 (0)