@icebreakers/eslint-config 1.3.4 → 1.3.6

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 CHANGED
@@ -109,7 +109,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
109
109
  }
110
110
  });
111
111
 
112
- // ../../node_modules/.pnpm/eslint-plugin-vue@10.4.0_@typescript-eslint+parser@8.39.0_eslint@9.33.0_jiti@2.5.1__typ_55be7873b8c7d4130584032ae69f50c6/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
112
+ // ../../node_modules/.pnpm/eslint-plugin-vue@10.4.0_@typescript-eslint+parser@8.39.0_eslint@9.34.0_jiti@2.5.1__typ_574b96de87ef01c5274e47810e600ecf/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
113
113
  var inline_non_void_elements_default = [
114
114
  "a",
115
115
  "abbr",
@@ -256,6 +256,11 @@ function getPresets(options, mode) {
256
256
  // 'no-undef': 'error',
257
257
  // 'prefer-const': 'off',
258
258
  }
259
+ },
260
+ test: {
261
+ overrides: {
262
+ "test/prefer-lowercase-title": ["off"]
263
+ }
259
264
  }
260
265
  });
261
266
  const vueOptions = getDefaultVueOptions(options);
package/dist/index.js CHANGED
@@ -85,7 +85,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
85
85
  }
86
86
  });
87
87
 
88
- // ../../node_modules/.pnpm/eslint-plugin-vue@10.4.0_@typescript-eslint+parser@8.39.0_eslint@9.33.0_jiti@2.5.1__typ_55be7873b8c7d4130584032ae69f50c6/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
88
+ // ../../node_modules/.pnpm/eslint-plugin-vue@10.4.0_@typescript-eslint+parser@8.39.0_eslint@9.34.0_jiti@2.5.1__typ_574b96de87ef01c5274e47810e600ecf/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
89
89
  var inline_non_void_elements_default = [
90
90
  "a",
91
91
  "abbr",
@@ -232,6 +232,11 @@ function getPresets(options, mode) {
232
232
  // 'no-undef': 'error',
233
233
  // 'prefer-const': 'off',
234
234
  }
235
+ },
236
+ test: {
237
+ overrides: {
238
+ "test/prefer-lowercase-title": ["off"]
239
+ }
235
240
  }
236
241
  });
237
242
  const vueOptions = getDefaultVueOptions(options);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/eslint-config",
3
3
  "type": "module",
4
- "version": "1.3.4",
4
+ "version": "1.3.6",
5
5
  "description": "icebreakers's eslint config",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -41,8 +41,8 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@antfu/eslint-config": "5.2.1",
44
- "@eslint-react/eslint-plugin": "^1.52.3",
45
- "@next/eslint-plugin-next": "^15.4.6",
44
+ "@eslint-react/eslint-plugin": "^1.52.6",
45
+ "@next/eslint-plugin-next": "^15.5.2",
46
46
  "eslint-plugin-format": "1.0.1",
47
47
  "eslint-plugin-jsx-a11y": "^6.10.2",
48
48
  "eslint-plugin-react-hooks": "^5.2.0",