We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28e35e commit a72ed85Copy full SHA for a72ed85
packages/core/src/types.ts
@@ -323,23 +323,11 @@ export interface RuleContext<
323
*/
324
settings: SettingsConfig;
325
326
- /**
327
- * Parser-specific options for the configuration.
328
- * @deprecated Use `languageOptions.parserOptions` instead.
329
- */
330
- parserOptions: Record<string, unknown>;
331
-
332
/**
333
* The language options for the configuration.
334
335
languageOptions: Options["LangOptions"];
336
337
338
- * The CommonJS path to the parser used while parsing this file.
339
- * @deprecated No longer used.
340
341
- parserPath: string | undefined;
342
343
344
* The rule ID.
345
0 commit comments