@storm-software/eslint 0.170.83 → 0.170.85
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 +1339 -123
- package/dist/preset.js +1349 -123
- package/dist/types.d.cts +3 -1
- package/dist/types.d.ts +3 -1
- package/package.json +36 -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.85",
|
|
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.91",
|
|
145
|
+
"@storm-software/config-tools": "1.190.59",
|
|
146
|
+
"@storm-software/package-constants": "0.1.72",
|
|
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.23",
|
|
200
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.22",
|
|
201
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.22",
|
|
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",
|
|
@@ -215,6 +215,7 @@
|
|
|
215
215
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
216
216
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
217
217
|
"eslint-plugin-react-native": "^5.0.0",
|
|
218
|
+
"eslint-plugin-react-native-globals": "^0.1.2",
|
|
218
219
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
219
220
|
"eslint-plugin-relay": "^1.8.3",
|
|
220
221
|
"eslint-plugin-storybook": "^0.11.6",
|
|
@@ -236,7 +237,7 @@
|
|
|
236
237
|
"@storm-software/tsdoc": "*",
|
|
237
238
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
238
239
|
"astro-eslint-parser": "^1.0.2",
|
|
239
|
-
"eslint": "^
|
|
240
|
+
"eslint": "^10.5.0",
|
|
240
241
|
"eslint-plugin-astro": "^1.2.0",
|
|
241
242
|
"eslint-plugin-format": ">=0.1.0",
|
|
242
243
|
"eslint-plugin-import-zod": "^1.2.0",
|
|
@@ -244,13 +245,37 @@
|
|
|
244
245
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
245
246
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
246
247
|
"eslint-plugin-react-native": "^5.0.0",
|
|
247
|
-
"eslint-plugin-react-
|
|
248
|
+
"eslint-plugin-react-native-globals": "^0.1.2",
|
|
248
249
|
"eslint-plugin-relay": "^1.8.3",
|
|
249
250
|
"eslint-plugin-storybook": "^0.11.0",
|
|
250
251
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
251
252
|
"prettier-plugin-astro": "^0.14.0",
|
|
252
253
|
"zod": "^3.25.0 || ^4.0.0"
|
|
253
254
|
},
|
|
255
|
+
"peerDependenciesMeta": {
|
|
256
|
+
"@eslint-react/eslint-plugin": { "optional": true },
|
|
257
|
+
"@graphql-eslint/eslint-plugin": { "optional": true },
|
|
258
|
+
"@next/eslint-plugin-next": { "optional": true },
|
|
259
|
+
"@nx/eslint": { "optional": false },
|
|
260
|
+
"@prettier/plugin-xml": { "optional": false },
|
|
261
|
+
"@storm-software/tsdoc": { "optional": true },
|
|
262
|
+
"@unocss/eslint-plugin": { "optional": true },
|
|
263
|
+
"astro-eslint-parser": { "optional": true },
|
|
264
|
+
"eslint": { "optional": false },
|
|
265
|
+
"eslint-plugin-astro": { "optional": true },
|
|
266
|
+
"eslint-plugin-format": { "optional": true },
|
|
267
|
+
"eslint-plugin-import-zod": { "optional": true },
|
|
268
|
+
"eslint-plugin-mdx": { "optional": true },
|
|
269
|
+
"eslint-plugin-react-compiler": { "optional": true },
|
|
270
|
+
"eslint-plugin-react-hooks": { "optional": true },
|
|
271
|
+
"eslint-plugin-react-native": { "optional": true },
|
|
272
|
+
"eslint-plugin-react-native-globals": { "optional": true },
|
|
273
|
+
"eslint-plugin-relay": { "optional": true },
|
|
274
|
+
"eslint-plugin-storybook": { "optional": true },
|
|
275
|
+
"graphql": { "optional": true },
|
|
276
|
+
"prettier-plugin-astro": { "optional": true },
|
|
277
|
+
"zod": { "optional": true }
|
|
278
|
+
},
|
|
254
279
|
"publishConfig": { "access": "public" },
|
|
255
|
-
"gitHead": "
|
|
280
|
+
"gitHead": "ba6813f12e8952c4a767bde0f1524b2177408e3f"
|
|
256
281
|
}
|