@icebreakers/eslint-config 1.6.24 → 1.6.26
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/index.cjs +2 -0
- package/dist/index.js +2 -0
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -400,6 +400,8 @@ var BASE_RULES = {
|
|
|
400
400
|
// `noPropertyAccessFromIndexSignature` requires bracket access (`obj['key']`)
|
|
401
401
|
// for index-signature properties, which conflicts with ESLint core `dot-notation`.
|
|
402
402
|
"dot-notation": "off",
|
|
403
|
+
// Keep dependency bans visible without blocking CI on upstream preset defaults.
|
|
404
|
+
"e18e/ban-dependencies": "warn",
|
|
403
405
|
// Disable all pnpm rules by default
|
|
404
406
|
// @antfu/eslint-config auto-enables pnpm plugin when pnpm-workspace.yaml exists
|
|
405
407
|
// but we want it opt-in instead of auto-enabled
|
package/dist/index.js
CHANGED
|
@@ -376,6 +376,8 @@ var BASE_RULES = {
|
|
|
376
376
|
// `noPropertyAccessFromIndexSignature` requires bracket access (`obj['key']`)
|
|
377
377
|
// for index-signature properties, which conflicts with ESLint core `dot-notation`.
|
|
378
378
|
"dot-notation": "off",
|
|
379
|
+
// Keep dependency bans visible without blocking CI on upstream preset defaults.
|
|
380
|
+
"e18e/ban-dependencies": "warn",
|
|
379
381
|
// Disable all pnpm rules by default
|
|
380
382
|
// @antfu/eslint-config auto-enables pnpm plugin when pnpm-workspace.yaml exists
|
|
381
383
|
// but we want it opt-in instead of auto-enabled
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icebreakers/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.26",
|
|
5
5
|
"description": "ESLint preset from Icebreaker's dev-configs",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@antfu/eslint-config": "7.
|
|
52
|
+
"@antfu/eslint-config": "7.7.0",
|
|
53
53
|
"@eslint-react/eslint-plugin": "^2.13.0",
|
|
54
54
|
"@next/eslint-plugin-next": "^16.1.6",
|
|
55
55
|
"@tanstack/eslint-plugin-query": "^5.91.4",
|
|
56
|
-
"eslint-plugin-better-tailwindcss": "^4.3.
|
|
56
|
+
"eslint-plugin-better-tailwindcss": "^4.3.2",
|
|
57
57
|
"eslint-plugin-format": "2.0.1",
|
|
58
58
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
59
59
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"eslint-plugin-vuejs-accessibility": "^2.5.0"
|
|
63
63
|
},
|
|
64
64
|
"optionalDependencies": {
|
|
65
|
-
"@unocss/eslint-plugin": "66.6.
|
|
65
|
+
"@unocss/eslint-plugin": "66.6.6",
|
|
66
66
|
"eslint-plugin-mdx": "3.7.0"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|