@typescript-eslint/utils 8.37.1-alpha.3 → 8.37.1-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -171,7 +171,7 @@ export declare namespace FlatConfig {
|
|
|
171
171
|
* A severity string indicating if and how unused disable and enable
|
|
172
172
|
* directives should be tracked and reported. For legacy compatibility, `true`
|
|
173
173
|
* is equivalent to `"warn"` and `false` is equivalent to `"off"`.
|
|
174
|
-
* @default "
|
|
174
|
+
* @default "warn"
|
|
175
175
|
*/
|
|
176
176
|
reportUnusedDisableDirectives?: boolean | SharedConfig.Severity | SharedConfig.SeverityString;
|
|
177
177
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/utils",
|
|
3
|
-
"version": "8.37.1-alpha.
|
|
3
|
+
"version": "8.37.1-alpha.4",
|
|
4
4
|
"description": "Utilities for working with TypeScript + ESLint together",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@eslint-community/eslint-utils": "^4.7.0",
|
|
65
|
-
"@typescript-eslint/scope-manager": "8.37.1-alpha.
|
|
66
|
-
"@typescript-eslint/types": "8.37.1-alpha.
|
|
67
|
-
"@typescript-eslint/typescript-estree": "8.37.1-alpha.
|
|
65
|
+
"@typescript-eslint/scope-manager": "8.37.1-alpha.4",
|
|
66
|
+
"@typescript-eslint/types": "8.37.1-alpha.4",
|
|
67
|
+
"@typescript-eslint/typescript-estree": "8.37.1-alpha.4"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"eslint": "^8.57.0 || ^9.0.0",
|