@icebreakers/eslint-config 1.6.0 → 1.6.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 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.5.1_@stylistic+eslint-plugin@5.5.0_eslint@9.39.1_jiti@2.6.1___@typ_b71aa9d9e6aec335f16a0fc41ee9ee29/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
44
+ // ../../node_modules/.pnpm/eslint-plugin-vue@10.6.2_@stylistic+eslint-plugin@5.6.1_eslint@9.39.1_jiti@2.6.1___@typ_8f681211ffa10f9571114c112d3dd2d3/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",
@@ -396,6 +396,8 @@ var BASE_DEFAULTS = {
396
396
  }
397
397
  };
398
398
  var BASE_RULES = {
399
+ "pnpm/json-enforce-catalog": "off",
400
+ // allow plain specifiers when pnpm catalogs aren't used by default
399
401
  "unused-imports/no-unused-vars": "off",
400
402
  "unicorn/prefer-number-properties": "warn"
401
403
  };
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.5.1_@stylistic+eslint-plugin@5.5.0_eslint@9.39.1_jiti@2.6.1___@typ_b71aa9d9e6aec335f16a0fc41ee9ee29/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
20
+ // ../../node_modules/.pnpm/eslint-plugin-vue@10.6.2_@stylistic+eslint-plugin@5.6.1_eslint@9.39.1_jiti@2.6.1___@typ_8f681211ffa10f9571114c112d3dd2d3/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",
@@ -372,6 +372,8 @@ var BASE_DEFAULTS = {
372
372
  }
373
373
  };
374
374
  var BASE_RULES = {
375
+ "pnpm/json-enforce-catalog": "off",
376
+ // allow plain specifiers when pnpm catalogs aren't used by default
375
377
  "unused-imports/no-unused-vars": "off",
376
378
  "unicorn/prefer-number-properties": "warn"
377
379
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/eslint-config",
3
3
  "type": "module",
4
- "version": "1.6.0",
4
+ "version": "1.6.2",
5
5
  "description": "ESLint preset from Icebreaker's dev-configs",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -41,12 +41,12 @@
41
41
  "dist"
42
42
  ],
43
43
  "dependencies": {
44
- "@antfu/eslint-config": "6.2.0",
45
- "@eslint-react/eslint-plugin": "^2.3.9",
46
- "@next/eslint-plugin-next": "^16.0.5",
44
+ "@antfu/eslint-config": "6.4.1",
45
+ "@eslint-react/eslint-plugin": "^2.3.12",
46
+ "@next/eslint-plugin-next": "^16.0.7",
47
47
  "@tanstack/eslint-plugin-query": "^5.91.2",
48
48
  "eslint-plugin-better-tailwindcss": "^3.7.11",
49
- "eslint-plugin-format": "1.0.2",
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
52
  "eslint-plugin-react-refresh": "^0.4.24",
@@ -54,7 +54,7 @@
54
54
  "eslint-plugin-vuejs-accessibility": "^2.4.1"
55
55
  },
56
56
  "optionalDependencies": {
57
- "@unocss/eslint-plugin": "66.5.9",
57
+ "@unocss/eslint-plugin": "66.5.10",
58
58
  "eslint-plugin-mdx": "3.6.2"
59
59
  },
60
60
  "publishConfig": {