@storm-software/eslint 0.169.40 → 0.169.41
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.
- package/dist/types.d.ts +5 -0
- package/package.json +8 -8
package/dist/types.d.ts
CHANGED
|
@@ -6517,6 +6517,11 @@ Backward pagination arguments
|
|
|
6517
6517
|
* @see https://typescript-eslint.io/rules/no-unused-expressions
|
|
6518
6518
|
*/
|
|
6519
6519
|
'ts/no-unused-expressions'?: Linter.RuleEntry<TsNoUnusedExpressions>
|
|
6520
|
+
/**
|
|
6521
|
+
* Disallow unused private class members
|
|
6522
|
+
* @see https://typescript-eslint.io/rules/no-unused-private-class-members
|
|
6523
|
+
*/
|
|
6524
|
+
'ts/no-unused-private-class-members'?: Linter.RuleEntry<[]>
|
|
6520
6525
|
/**
|
|
6521
6526
|
* Disallow unused variables
|
|
6522
6527
|
* @see https://typescript-eslint.io/rules/no-unused-vars
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.169.
|
|
3
|
+
"version": "0.169.41",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -164,13 +164,13 @@
|
|
|
164
164
|
"@eslint/eslintrc": "^3.3.1",
|
|
165
165
|
"@eslint/markdown": "^6.6.0",
|
|
166
166
|
"@nx/eslint-plugin": "22.0.3",
|
|
167
|
-
"@storm-software/config": "^1.134.
|
|
168
|
-
"@storm-software/config-tools": "^1.188.
|
|
167
|
+
"@storm-software/config": "^1.134.41",
|
|
168
|
+
"@storm-software/config-tools": "^1.188.41",
|
|
169
169
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
170
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
171
|
-
"@typescript-eslint/parser": "^8.
|
|
172
|
-
"@typescript-eslint/utils": "^8.
|
|
173
|
-
"@vitest/eslint-plugin": "^1.4.
|
|
170
|
+
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
171
|
+
"@typescript-eslint/parser": "^8.47.0",
|
|
172
|
+
"@typescript-eslint/utils": "^8.47.0",
|
|
173
|
+
"@vitest/eslint-plugin": "^1.4.3",
|
|
174
174
|
"chalk": "^4.1.2",
|
|
175
175
|
"defu": "6.1.4",
|
|
176
176
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
},
|
|
242
242
|
"publishConfig": { "access": "public" },
|
|
243
243
|
"sideEffects": false,
|
|
244
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "225b086d3e279e6cfb27e454d8bfd186b0c2aeb2"
|
|
245
245
|
}
|