@antfu/eslint-config 2.4.2 → 2.4.3

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/cli.cjs CHANGED
@@ -46,7 +46,7 @@ var import_parse_gitignore = __toESM(require("parse-gitignore"), 1);
46
46
  var import_picocolors = __toESM(require("picocolors"), 1);
47
47
 
48
48
  // package.json
49
- var version = "2.4.2";
49
+ var version = "2.4.3";
50
50
  var devDependencies = {
51
51
  "@antfu/eslint-config": "workspace:*",
52
52
  "@antfu/eslint-plugin-prettier": "^5.0.1-1",
package/dist/cli.js CHANGED
@@ -17,7 +17,7 @@ import parse from "parse-gitignore";
17
17
  import c from "picocolors";
18
18
 
19
19
  // package.json
20
- var version = "2.4.2";
20
+ var version = "2.4.3";
21
21
  var devDependencies = {
22
22
  "@antfu/eslint-config": "workspace:*",
23
23
  "@antfu/eslint-plugin-prettier": "^5.0.1-1",
package/dist/index.cjs CHANGED
@@ -1574,9 +1574,9 @@ async function vue(options = {}) {
1574
1574
  rules: {
1575
1575
  ...pluginVue.configs.base.rules,
1576
1576
  ...vueVersion === 2 ? {
1577
- ...pluginVue.configs["vue-essential"].rules,
1578
- ...pluginVue.configs["vue-strongly-recommended"].rules,
1579
- ...pluginVue.configs["vue-recommended"].rules
1577
+ ...pluginVue.configs.essential.rules,
1578
+ ...pluginVue.configs["strongly-recommended"].rules,
1579
+ ...pluginVue.configs.recommended.rules
1580
1580
  } : {
1581
1581
  ...pluginVue.configs["vue3-essential"].rules,
1582
1582
  ...pluginVue.configs["vue3-strongly-recommended"].rules,
package/dist/index.js CHANGED
@@ -1488,9 +1488,9 @@ async function vue(options = {}) {
1488
1488
  rules: {
1489
1489
  ...pluginVue.configs.base.rules,
1490
1490
  ...vueVersion === 2 ? {
1491
- ...pluginVue.configs["vue-essential"].rules,
1492
- ...pluginVue.configs["vue-strongly-recommended"].rules,
1493
- ...pluginVue.configs["vue-recommended"].rules
1491
+ ...pluginVue.configs.essential.rules,
1492
+ ...pluginVue.configs["strongly-recommended"].rules,
1493
+ ...pluginVue.configs.recommended.rules
1494
1494
  } : {
1495
1495
  ...pluginVue.configs["vue3-essential"].rules,
1496
1496
  ...pluginVue.configs["vue3-strongly-recommended"].rules,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antfu/eslint-config",
3
3
  "type": "module",
4
- "version": "2.4.2",
4
+ "version": "2.4.3",
5
5
  "packageManager": "pnpm@8.11.0",
6
6
  "description": "Anthony's ESLint config",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
@@ -114,7 +114,7 @@
114
114
  "typescript": "^5.3.3",
115
115
  "vitest": "^1.0.2",
116
116
  "vue": "^3.3.10",
117
- "@antfu/eslint-config": "2.4.2"
117
+ "@antfu/eslint-config": "2.4.3"
118
118
  },
119
119
  "simple-git-hooks": {
120
120
  "pre-commit": "pnpm lint-staged"