@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 +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +2 -2
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.
|
|
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
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
|
|
1578
|
-
...pluginVue.configs["
|
|
1579
|
-
...pluginVue.configs
|
|
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
|
|
1492
|
-
...pluginVue.configs["
|
|
1493
|
-
...pluginVue.configs
|
|
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.
|
|
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.
|
|
117
|
+
"@antfu/eslint-config": "2.4.3"
|
|
118
118
|
},
|
|
119
119
|
"simple-git-hooks": {
|
|
120
120
|
"pre-commit": "pnpm lint-staged"
|