@ntnyq/eslint-config 2.0.0-beta.23 → 2.0.0-beta.25
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 +3 -1
- package/dist/index.js +3 -1
- package/package.json +28 -28
package/dist/index.cjs
CHANGED
|
@@ -144,6 +144,8 @@ var GLOB_EXCLUDE = [
|
|
|
144
144
|
"**/fixtures",
|
|
145
145
|
"**/.vitepress/cache",
|
|
146
146
|
"**/.nuxt",
|
|
147
|
+
"**/.output",
|
|
148
|
+
"**/.nitro",
|
|
147
149
|
"**/.vercel",
|
|
148
150
|
"**/.changeset",
|
|
149
151
|
"**/.npmrc",
|
|
@@ -747,7 +749,7 @@ var markdown = (0, import_eslint_define_config11.defineFlatConfig)([
|
|
|
747
749
|
"@typescript-eslint": import_eslint_plugin2.default
|
|
748
750
|
},
|
|
749
751
|
rules: {
|
|
750
|
-
...import_eslint_plugin_markdown.default.configs
|
|
752
|
+
...import_eslint_plugin_markdown.default.configs["recommended-legacy"].overrides[1].rules,
|
|
751
753
|
"no-undef": "off",
|
|
752
754
|
"no-alert": "off",
|
|
753
755
|
"no-console": "off",
|
package/dist/index.js
CHANGED
|
@@ -51,6 +51,8 @@ var GLOB_EXCLUDE = [
|
|
|
51
51
|
"**/fixtures",
|
|
52
52
|
"**/.vitepress/cache",
|
|
53
53
|
"**/.nuxt",
|
|
54
|
+
"**/.output",
|
|
55
|
+
"**/.nitro",
|
|
54
56
|
"**/.vercel",
|
|
55
57
|
"**/.changeset",
|
|
56
58
|
"**/.npmrc",
|
|
@@ -654,7 +656,7 @@ var markdown = defineFlatConfig11([
|
|
|
654
656
|
"@typescript-eslint": default11
|
|
655
657
|
},
|
|
656
658
|
rules: {
|
|
657
|
-
...default9.configs
|
|
659
|
+
...default9.configs["recommended-legacy"].overrides[1].rules,
|
|
658
660
|
"no-undef": "off",
|
|
659
661
|
"no-alert": "off",
|
|
660
662
|
"no-console": "off",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.25",
|
|
5
5
|
"description": "ESLint flat config of ntnyq",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"eslint",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "tsup",
|
|
39
39
|
"clean": "rimraf dist",
|
|
40
|
-
"lint": "
|
|
41
|
-
"prepare": "husky
|
|
40
|
+
"lint": "eslint .",
|
|
41
|
+
"prepare": "husky",
|
|
42
42
|
"release": "run-s release:check release:version",
|
|
43
43
|
"release:check": "run-s clean build lint typecheck",
|
|
44
44
|
"release:version": "bumpp && npm publish --tag next",
|
|
@@ -48,45 +48,45 @@
|
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"eslint": "^8.
|
|
51
|
+
"eslint": "^8.57.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@eslint/js": "^8.
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
56
|
-
"@typescript-eslint/parser": "^
|
|
57
|
-
"@unocss/eslint-plugin": "^0.58.
|
|
54
|
+
"@eslint/js": "^8.57.0",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
56
|
+
"@typescript-eslint/parser": "^7.1.1",
|
|
57
|
+
"@unocss/eslint-plugin": "^0.58.5",
|
|
58
58
|
"eslint-config-prettier": "^9.1.0",
|
|
59
|
-
"eslint-define-config": "^2.
|
|
59
|
+
"eslint-define-config": "^2.1.0",
|
|
60
60
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
61
|
-
"eslint-plugin-i": "^2.29.
|
|
62
|
-
"eslint-plugin-jsonc": "^2.
|
|
63
|
-
"eslint-plugin-markdown": "^
|
|
64
|
-
"eslint-plugin-n": "^16.
|
|
65
|
-
"eslint-plugin-prettier": "^5.
|
|
66
|
-
"eslint-plugin-unicorn": "^
|
|
67
|
-
"eslint-plugin-vue": "^9.
|
|
68
|
-
"eslint-plugin-yml": "^1.
|
|
69
|
-
"globals": "^
|
|
61
|
+
"eslint-plugin-i": "^2.29.1",
|
|
62
|
+
"eslint-plugin-jsonc": "^2.13.0",
|
|
63
|
+
"eslint-plugin-markdown": "^4.0.1",
|
|
64
|
+
"eslint-plugin-n": "^16.6.2",
|
|
65
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
66
|
+
"eslint-plugin-unicorn": "^51.0.1",
|
|
67
|
+
"eslint-plugin-vue": "^9.22.0",
|
|
68
|
+
"eslint-plugin-yml": "^1.12.2",
|
|
69
|
+
"globals": "^14.0.0",
|
|
70
70
|
"jsonc-eslint-parser": "^2.4.0",
|
|
71
71
|
"local-pkg": "^0.5.0",
|
|
72
|
-
"prettier": "^3.
|
|
73
|
-
"vue-eslint-parser": "^9.
|
|
72
|
+
"prettier": "^3.2.5",
|
|
73
|
+
"vue-eslint-parser": "^9.4.2",
|
|
74
74
|
"yaml-eslint-parser": "^1.2.2"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@ntnyq/prettier-config": "^1.
|
|
78
|
-
"@types/node": "^20.
|
|
79
|
-
"bumpp": "^9.
|
|
80
|
-
"eslint": "^8.
|
|
81
|
-
"husky": "^
|
|
77
|
+
"@ntnyq/prettier-config": "^1.20.3",
|
|
78
|
+
"@types/node": "^20.11.25",
|
|
79
|
+
"bumpp": "^9.4.0",
|
|
80
|
+
"eslint": "^8.57.0",
|
|
81
|
+
"husky": "^9.0.11",
|
|
82
82
|
"nano-staged": "^0.8.0",
|
|
83
83
|
"npm-run-all": "^4.1.5",
|
|
84
84
|
"rimraf": "^5.0.5",
|
|
85
|
-
"tsup": "^8.0.
|
|
86
|
-
"typescript": "5.
|
|
85
|
+
"tsup": "^8.0.2",
|
|
86
|
+
"typescript": "^5.4.2"
|
|
87
87
|
},
|
|
88
88
|
"engines": {
|
|
89
|
-
"node": ">=18.
|
|
89
|
+
"node": ">=18.18"
|
|
90
90
|
},
|
|
91
91
|
"prettier": "@ntnyq/prettier-config",
|
|
92
92
|
"nano-staged": {
|