@icebreakers/eslint-config 0.7.6 → 0.7.7
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 -2
- package/dist/index.js +1 -2
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -8942,7 +8942,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
|
|
|
8942
8942
|
// src/defaults.ts
|
|
8943
8943
|
init_cjs_shims();
|
|
8944
8944
|
|
|
8945
|
-
// ../../node_modules/.pnpm/eslint-plugin-vue@9.
|
|
8945
|
+
// ../../node_modules/.pnpm/eslint-plugin-vue@9.32.0_eslint@9.16.0_jiti@2.4.1_/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
|
|
8946
8946
|
var inline_non_void_elements_default = [
|
|
8947
8947
|
"a",
|
|
8948
8948
|
"abbr",
|
|
@@ -9177,7 +9177,6 @@ function getPresets(options, mode) {
|
|
|
9177
9177
|
if (enableVue) {
|
|
9178
9178
|
presets.push(
|
|
9179
9179
|
(0, antfu_exports.interopDefault)(
|
|
9180
|
-
// @ts-ignore
|
|
9181
9180
|
import("eslint-plugin-vuejs-accessibility")
|
|
9182
9181
|
).then((pluginVueA11y) => {
|
|
9183
9182
|
return pluginVueA11y.configs["flat/recommended"];
|
package/dist/index.js
CHANGED
|
@@ -90,7 +90,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
|
|
|
90
90
|
// src/defaults.ts
|
|
91
91
|
init_esm_shims();
|
|
92
92
|
|
|
93
|
-
// ../../node_modules/.pnpm/eslint-plugin-vue@9.
|
|
93
|
+
// ../../node_modules/.pnpm/eslint-plugin-vue@9.32.0_eslint@9.16.0_jiti@2.4.1_/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
|
|
94
94
|
var inline_non_void_elements_default = [
|
|
95
95
|
"a",
|
|
96
96
|
"abbr",
|
|
@@ -325,7 +325,6 @@ function getPresets(options, mode) {
|
|
|
325
325
|
if (enableVue) {
|
|
326
326
|
presets.push(
|
|
327
327
|
(0, antfu_exports.interopDefault)(
|
|
328
|
-
// @ts-ignore
|
|
329
328
|
import("eslint-plugin-vuejs-accessibility")
|
|
330
329
|
).then((pluginVueA11y) => {
|
|
331
330
|
return pluginVueA11y.configs["flat/recommended"];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icebreakers/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.7",
|
|
5
5
|
"description": "icebreakers's eslint config",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@antfu/eslint-config": "3.
|
|
44
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
43
|
+
"@antfu/eslint-config": "3.12.0",
|
|
44
|
+
"@eslint-react/eslint-plugin": "^1.19.0",
|
|
45
45
|
"eslint-plugin-format": "0.1.3",
|
|
46
46
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
47
|
-
"eslint-plugin-react-hooks": "^5.
|
|
47
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
48
48
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
49
49
|
"eslint-plugin-tailwindcss": "3.17.5",
|
|
50
50
|
"eslint-plugin-vuejs-accessibility": "^2.4.1"
|
|
51
51
|
},
|
|
52
52
|
"optionalDependencies": {
|
|
53
|
-
"@unocss/eslint-plugin": "^0.65.
|
|
53
|
+
"@unocss/eslint-plugin": "^0.65.1",
|
|
54
54
|
"eslint-plugin-mdx": "3.1.5"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|