@icebreakers/eslint-config 4.0.1 → 4.0.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -293,7 +293,7 @@ function resolveQueryPresets(isEnabled) {
|
|
|
293
293
|
return [(0, antfu_exports.interopDefault)(import("@tanstack/eslint-plugin-query")).then((pluginQuery) => pluginQuery.configs["flat/recommended"])];
|
|
294
294
|
}
|
|
295
295
|
//#endregion
|
|
296
|
-
//#region ../../node_modules/.pnpm/defu@6.1.
|
|
296
|
+
//#region ../../node_modules/.pnpm/defu@6.1.7/node_modules/defu/dist/defu.mjs
|
|
297
297
|
function isPlainObject$1(value) {
|
|
298
298
|
if (value === null || typeof value !== "object") return false;
|
|
299
299
|
const prototype = Object.getPrototypeOf(value);
|
package/dist/index.js
CHANGED
|
@@ -284,7 +284,7 @@ function resolveQueryPresets(isEnabled) {
|
|
|
284
284
|
return [(0, antfu_exports.interopDefault)(import("@tanstack/eslint-plugin-query")).then((pluginQuery) => pluginQuery.configs["flat/recommended"])];
|
|
285
285
|
}
|
|
286
286
|
//#endregion
|
|
287
|
-
//#region ../../node_modules/.pnpm/defu@6.1.
|
|
287
|
+
//#region ../../node_modules/.pnpm/defu@6.1.7/node_modules/defu/dist/defu.mjs
|
|
288
288
|
function isPlainObject$1(value) {
|
|
289
289
|
if (value === null || typeof value !== "object") return false;
|
|
290
290
|
const prototype = Object.getPrototypeOf(value);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icebreakers/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"description": "ESLint preset from Icebreaker's dev-configs",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@antfu/eslint-config": "8.
|
|
53
|
+
"@antfu/eslint-config": "8.1.0",
|
|
54
54
|
"@eslint-react/eslint-plugin": "^3.0.0",
|
|
55
55
|
"eslint-plugin-better-tailwindcss": "^4.3.2",
|
|
56
56
|
"eslint-plugin-format": "2.0.1",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
60
60
|
"eslint-plugin-tailwindcss": "3.18.2",
|
|
61
61
|
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
|
62
|
-
"@icebreakers/stylelint-config": "3.0.
|
|
62
|
+
"@icebreakers/stylelint-config": "3.0.2",
|
|
63
63
|
"eslint-plugin-better-stylelint": "1.0.0"
|
|
64
64
|
},
|
|
65
65
|
"optionalDependencies": {
|
|
66
66
|
"@next/eslint-plugin-next": "^16.2.2",
|
|
67
67
|
"@tanstack/eslint-plugin-query": "^5.96.2",
|
|
68
|
-
"@unocss/eslint-plugin": "66.6.
|
|
68
|
+
"@unocss/eslint-plugin": "66.6.8",
|
|
69
69
|
"eslint-plugin-mdx": "3.7.0"
|
|
70
70
|
},
|
|
71
71
|
"publishConfig": {
|