@storm-software/eslint 0.170.83 → 0.170.84
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/preset.cjs +1337 -121
- package/dist/preset.js +1347 -121
- package/dist/types.d.cts +3 -1
- package/dist/types.d.ts +3 -1
- package/package.json +10 -11
package/dist/types.d.cts
CHANGED
|
@@ -3960,7 +3960,7 @@ Backward pagination arguments
|
|
|
3960
3960
|
*/
|
|
3961
3961
|
'quotes'?: Linter.RuleEntry<Quotes>
|
|
3962
3962
|
/**
|
|
3963
|
-
* Enforce the
|
|
3963
|
+
* Enforce the use of the radix argument when using `parseInt()`
|
|
3964
3964
|
* @see https://eslint.org/docs/latest/rules/radix
|
|
3965
3965
|
*/
|
|
3966
3966
|
'radix'?: Linter.RuleEntry<Radix>
|
|
@@ -11379,6 +11379,8 @@ type MaxParams = []|[(number | {
|
|
|
11379
11379
|
max?: number
|
|
11380
11380
|
|
|
11381
11381
|
countVoidThis?: boolean
|
|
11382
|
+
|
|
11383
|
+
countThis?: ("never" | "except-void" | "always")
|
|
11382
11384
|
})]
|
|
11383
11385
|
// ----- max-statements -----
|
|
11384
11386
|
type MaxStatements = []|[(number | {
|
package/dist/types.d.ts
CHANGED
|
@@ -3960,7 +3960,7 @@ Backward pagination arguments
|
|
|
3960
3960
|
*/
|
|
3961
3961
|
'quotes'?: Linter.RuleEntry<Quotes>
|
|
3962
3962
|
/**
|
|
3963
|
-
* Enforce the
|
|
3963
|
+
* Enforce the use of the radix argument when using `parseInt()`
|
|
3964
3964
|
* @see https://eslint.org/docs/latest/rules/radix
|
|
3965
3965
|
*/
|
|
3966
3966
|
'radix'?: Linter.RuleEntry<Radix>
|
|
@@ -11379,6 +11379,8 @@ type MaxParams = []|[(number | {
|
|
|
11379
11379
|
max?: number
|
|
11380
11380
|
|
|
11381
11381
|
countVoidThis?: boolean
|
|
11382
|
+
|
|
11383
|
+
countThis?: ("never" | "except-void" | "always")
|
|
11382
11384
|
})]
|
|
11383
11385
|
// ----- max-statements -----
|
|
11384
11386
|
type MaxStatements = []|[(number | {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.84",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"keywords": [
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.7.5",
|
|
144
|
-
"@storm-software/config": "
|
|
145
|
-
"@storm-software/config-tools": "
|
|
146
|
-
"@storm-software/package-constants": "
|
|
144
|
+
"@storm-software/config": "1.137.90",
|
|
145
|
+
"@storm-software/config-tools": "1.190.58",
|
|
146
|
+
"@storm-software/package-constants": "0.1.71",
|
|
147
147
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
148
148
|
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
149
149
|
"@typescript-eslint/parser": "^8.61.0",
|
|
@@ -196,9 +196,9 @@
|
|
|
196
196
|
"@next/eslint-plugin-next": "^15.5.19",
|
|
197
197
|
"@nx/eslint": "22.7.5",
|
|
198
198
|
"@prettier/plugin-xml": "^3.4.2",
|
|
199
|
-
"@storm-software/eslint-plugin-banner": "
|
|
200
|
-
"@storm-software/eslint-plugin-pnpm": "
|
|
201
|
-
"@storm-software/eslint-plugin-tsdoc": "
|
|
199
|
+
"@storm-software/eslint-plugin-banner": "0.0.22",
|
|
200
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.21",
|
|
201
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.21",
|
|
202
202
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
203
203
|
"@types/eslint": "^9.6.1",
|
|
204
204
|
"@types/eslint__js": "^8.42.3",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"@unocss/eslint-plugin": "^65.5.0",
|
|
207
207
|
"astro-eslint-parser": "^1.4.0",
|
|
208
208
|
"esbuild": "^0.25.12",
|
|
209
|
-
"eslint": "^
|
|
209
|
+
"eslint": "^10.5.0",
|
|
210
210
|
"eslint-plugin-astro": "^1.7.0",
|
|
211
211
|
"eslint-plugin-format": "^1.5.0",
|
|
212
212
|
"eslint-plugin-import-x": "^4.16.2",
|
|
@@ -236,14 +236,13 @@
|
|
|
236
236
|
"@storm-software/tsdoc": "*",
|
|
237
237
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
238
238
|
"astro-eslint-parser": "^1.0.2",
|
|
239
|
-
"eslint": "^
|
|
239
|
+
"eslint": "^10.5.0",
|
|
240
240
|
"eslint-plugin-astro": "^1.2.0",
|
|
241
241
|
"eslint-plugin-format": ">=0.1.0",
|
|
242
242
|
"eslint-plugin-import-zod": "^1.2.0",
|
|
243
243
|
"eslint-plugin-mdx": "^3.8.1",
|
|
244
244
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
245
245
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
246
|
-
"eslint-plugin-react-native": "^5.0.0",
|
|
247
246
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
248
247
|
"eslint-plugin-relay": "^1.8.3",
|
|
249
248
|
"eslint-plugin-storybook": "^0.11.0",
|
|
@@ -252,5 +251,5 @@
|
|
|
252
251
|
"zod": "^3.25.0 || ^4.0.0"
|
|
253
252
|
},
|
|
254
253
|
"publishConfig": { "access": "public" },
|
|
255
|
-
"gitHead": "
|
|
254
|
+
"gitHead": "7b6c82a242db8d401664d0f12df2337d9048e36d"
|
|
256
255
|
}
|