@typescript-eslint/utils
Advanced tools
Comparing version
@@ -177,2 +177,10 @@ import type { Parser as ParserType } from './Parser'; | ||
reportUnusedDisableDirectives?: boolean | SharedConfig.Severity | SharedConfig.SeverityString; | ||
/** | ||
* A severity string indicating if and how unused inline directives | ||
* should be tracked and reported. | ||
* | ||
* since ESLint 9.19.0 | ||
* @default "off" | ||
*/ | ||
reportUnusedInlineConfigs?: SharedConfig.Severity | SharedConfig.SeverityString; | ||
} | ||
@@ -179,0 +187,0 @@ interface LanguageOptions { |
{ | ||
"name": "@typescript-eslint/utils", | ||
"version": "8.23.1-alpha.1", | ||
"version": "8.23.1-alpha.2", | ||
"description": "Utilities for working with TypeScript + ESLint together", | ||
@@ -67,5 +67,5 @@ "files": [ | ||
"@eslint-community/eslint-utils": "^4.4.0", | ||
"@typescript-eslint/scope-manager": "8.23.1-alpha.1", | ||
"@typescript-eslint/types": "8.23.1-alpha.1", | ||
"@typescript-eslint/typescript-estree": "8.23.1-alpha.1" | ||
"@typescript-eslint/scope-manager": "8.23.1-alpha.2", | ||
"@typescript-eslint/types": "8.23.1-alpha.2", | ||
"@typescript-eslint/typescript-estree": "8.23.1-alpha.2" | ||
}, | ||
@@ -72,0 +72,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
283357
0.13%4195
0.19%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed