@icebreakers/eslint-config 1.6.1 → 1.6.2
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 +5 -5
package/dist/index.cjs
CHANGED
|
@@ -396,6 +396,8 @@ var BASE_DEFAULTS = {
|
|
|
396
396
|
}
|
|
397
397
|
};
|
|
398
398
|
var BASE_RULES = {
|
|
399
|
+
"pnpm/json-enforce-catalog": "off",
|
|
400
|
+
// allow plain specifiers when pnpm catalogs aren't used by default
|
|
399
401
|
"unused-imports/no-unused-vars": "off",
|
|
400
402
|
"unicorn/prefer-number-properties": "warn"
|
|
401
403
|
};
|
package/dist/index.js
CHANGED
|
@@ -372,6 +372,8 @@ var BASE_DEFAULTS = {
|
|
|
372
372
|
}
|
|
373
373
|
};
|
|
374
374
|
var BASE_RULES = {
|
|
375
|
+
"pnpm/json-enforce-catalog": "off",
|
|
376
|
+
// allow plain specifiers when pnpm catalogs aren't used by default
|
|
375
377
|
"unused-imports/no-unused-vars": "off",
|
|
376
378
|
"unicorn/prefer-number-properties": "warn"
|
|
377
379
|
};
|
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.2",
|
|
5
5
|
"description": "ESLint preset from Icebreaker's dev-configs",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"dist"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@antfu/eslint-config": "6.
|
|
45
|
-
"@eslint-react/eslint-plugin": "^2.3.
|
|
46
|
-
"@next/eslint-plugin-next": "^16.0.
|
|
44
|
+
"@antfu/eslint-config": "6.4.1",
|
|
45
|
+
"@eslint-react/eslint-plugin": "^2.3.12",
|
|
46
|
+
"@next/eslint-plugin-next": "^16.0.7",
|
|
47
47
|
"@tanstack/eslint-plugin-query": "^5.91.2",
|
|
48
48
|
"eslint-plugin-better-tailwindcss": "^3.7.11",
|
|
49
|
-
"eslint-plugin-format": "1.0
|
|
49
|
+
"eslint-plugin-format": "1.1.0",
|
|
50
50
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
51
51
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
52
52
|
"eslint-plugin-react-refresh": "^0.4.24",
|