@icebreakers/eslint-config 1.6.7 → 1.6.9
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
|
@@ -41,7 +41,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
41
41
|
var antfu_exports = {};
|
|
42
42
|
__reExport(antfu_exports, require("@antfu/eslint-config"));
|
|
43
43
|
|
|
44
|
-
// ../../node_modules/.pnpm/eslint-plugin-vue@10.6.2_@stylistic+eslint-plugin@5.6.1_eslint@9.39.2_jiti@2.6.1___@
|
|
44
|
+
// ../../node_modules/.pnpm/eslint-plugin-vue@10.6.2_@stylistic+eslint-plugin@5.6.1_eslint@9.39.2_jiti@2.6.1___@typ_8f733e29ae24419390361e15e2339383/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
|
|
45
45
|
var inline_non_void_elements_default = [
|
|
46
46
|
"a",
|
|
47
47
|
"abbr",
|
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@ var antfu_exports = {};
|
|
|
17
17
|
__reExport(antfu_exports, eslint_config_star);
|
|
18
18
|
import * as eslint_config_star from "@antfu/eslint-config";
|
|
19
19
|
|
|
20
|
-
// ../../node_modules/.pnpm/eslint-plugin-vue@10.6.2_@stylistic+eslint-plugin@5.6.1_eslint@9.39.2_jiti@2.6.1___@
|
|
20
|
+
// ../../node_modules/.pnpm/eslint-plugin-vue@10.6.2_@stylistic+eslint-plugin@5.6.1_eslint@9.39.2_jiti@2.6.1___@typ_8f733e29ae24419390361e15e2339383/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
|
|
21
21
|
var inline_non_void_elements_default = [
|
|
22
22
|
"a",
|
|
23
23
|
"abbr",
|
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.9",
|
|
5
5
|
"description": "ESLint preset from Icebreaker's dev-configs",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"dist"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@antfu/eslint-config": "6.7.
|
|
44
|
+
"@antfu/eslint-config": "6.7.3",
|
|
45
45
|
"@eslint-react/eslint-plugin": "^2.3.13",
|
|
46
|
-
"@next/eslint-plugin-next": "^16.0
|
|
46
|
+
"@next/eslint-plugin-next": "^16.1.0",
|
|
47
47
|
"@tanstack/eslint-plugin-query": "^5.91.2",
|
|
48
48
|
"eslint-plugin-better-tailwindcss": "^3.8.0",
|
|
49
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
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
52
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
53
53
|
"eslint-plugin-tailwindcss": "3.18.2",
|
|
54
54
|
"eslint-plugin-vuejs-accessibility": "^2.4.1"
|
|
55
55
|
},
|