@icebreakers/eslint-config 1.2.4 → 1.2.5
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 +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1599,7 +1599,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
|
|
|
1599
1599
|
// src/defaults.ts
|
|
1600
1600
|
init_cjs_shims();
|
|
1601
1601
|
|
|
1602
|
-
// ../../node_modules/.pnpm/eslint-plugin-vue@10.3.0_@typescript-eslint+parser@8.
|
|
1602
|
+
// ../../node_modules/.pnpm/eslint-plugin-vue@10.3.0_@typescript-eslint+parser@8.38.0_eslint@9.31.0_jiti@2.4.2__typ_a25236d2306ae0b1d60eef38c197772e/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
|
|
1603
1603
|
var inline_non_void_elements_default = [
|
|
1604
1604
|
"a",
|
|
1605
1605
|
"abbr",
|
package/dist/index.js
CHANGED
|
@@ -75,7 +75,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
|
|
|
75
75
|
}
|
|
76
76
|
});
|
|
77
77
|
|
|
78
|
-
// ../../node_modules/.pnpm/eslint-plugin-vue@10.3.0_@typescript-eslint+parser@8.
|
|
78
|
+
// ../../node_modules/.pnpm/eslint-plugin-vue@10.3.0_@typescript-eslint+parser@8.38.0_eslint@9.31.0_jiti@2.4.2__typ_a25236d2306ae0b1d60eef38c197772e/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
|
|
79
79
|
var inline_non_void_elements_default = [
|
|
80
80
|
"a",
|
|
81
81
|
"abbr",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icebreakers/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.5",
|
|
5
5
|
"description": "icebreakers's eslint config",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@antfu/eslint-config": "4.
|
|
43
|
+
"@antfu/eslint-config": "4.18.0",
|
|
44
44
|
"@eslint-react/eslint-plugin": "^1.52.3",
|
|
45
45
|
"eslint-plugin-format": "1.0.1",
|
|
46
46
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|