@ntnyq/eslint-config 3.10.4 → 3.12.0
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/README.md +19 -4
- package/dist/index.cjs +338 -200
- package/dist/index.d.cts +398 -53
- package/dist/index.d.ts +398 -53
- package/dist/index.js +399 -266
- package/package.json +37 -23
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
5
|
-
"packageManager": "pnpm@9.15.
|
|
4
|
+
"version": "3.12.0",
|
|
5
|
+
"packageManager": "pnpm@9.15.3",
|
|
6
6
|
"description": "An opinionated ESLint config preset of ntnyq",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"eslint",
|
|
@@ -52,31 +52,45 @@
|
|
|
52
52
|
"typecheck": "tsc --noEmit"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"eslint": "^
|
|
55
|
+
"@stylistic/eslint-plugin": "^2.12.1",
|
|
56
|
+
"eslint": "^9.5.0",
|
|
57
|
+
"eslint-plugin-es-x": "^8.4.1",
|
|
58
|
+
"eslint-plugin-eslint-plugin": "^6.4.0"
|
|
59
|
+
},
|
|
60
|
+
"peerDependenciesMeta": {
|
|
61
|
+
"@stylistic/eslint-plugin": {
|
|
62
|
+
"optional": true
|
|
63
|
+
},
|
|
64
|
+
"eslint-plugin-es-x": {
|
|
65
|
+
"optional": true
|
|
66
|
+
},
|
|
67
|
+
"eslint-plugin-eslint-plugin": {
|
|
68
|
+
"optional": true
|
|
69
|
+
}
|
|
56
70
|
},
|
|
57
71
|
"dependencies": {
|
|
72
|
+
"@antfu/install-pkg": "^1.0.0",
|
|
73
|
+
"@clack/prompts": "^0.9.1",
|
|
58
74
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
59
75
|
"@eslint/js": "^9.17.0",
|
|
60
76
|
"@eslint/markdown": "^6.2.1",
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"
|
|
64
|
-
"eslint-config-
|
|
65
|
-
"eslint-flat-config-utils": "^0.4.0",
|
|
77
|
+
"@unocss/eslint-plugin": "^0.65.4",
|
|
78
|
+
"@vitest/eslint-plugin": "^1.1.24",
|
|
79
|
+
"eslint-config-flat-gitignore": "^1.0.0",
|
|
80
|
+
"eslint-flat-config-utils": "^1.0.0",
|
|
66
81
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
67
|
-
"eslint-merge-processors": "^
|
|
82
|
+
"eslint-merge-processors": "^1.0.0",
|
|
68
83
|
"eslint-plugin-antfu": "^2.7.0",
|
|
69
|
-
"eslint-plugin-command": "^
|
|
84
|
+
"eslint-plugin-command": "^2.1.0",
|
|
70
85
|
"eslint-plugin-depend": "^0.12.0",
|
|
71
|
-
"eslint-plugin-
|
|
72
|
-
"eslint-plugin-format": "^0.1.3",
|
|
86
|
+
"eslint-plugin-format": "^1.0.1",
|
|
73
87
|
"eslint-plugin-github-action": "^0.0.12",
|
|
74
88
|
"eslint-plugin-import-x": "^4.6.1",
|
|
75
89
|
"eslint-plugin-jsdoc": "^50.6.1",
|
|
76
90
|
"eslint-plugin-jsonc": "^2.18.2",
|
|
77
91
|
"eslint-plugin-n": "^17.15.1",
|
|
78
|
-
"eslint-plugin-ntnyq": "^0.
|
|
79
|
-
"eslint-plugin-perfectionist": "^4.
|
|
92
|
+
"eslint-plugin-ntnyq": "^0.9.2",
|
|
93
|
+
"eslint-plugin-perfectionist": "^4.6.0",
|
|
80
94
|
"eslint-plugin-pinia": "^0.4.1",
|
|
81
95
|
"eslint-plugin-prettier": "^5.2.1",
|
|
82
96
|
"eslint-plugin-regexp": "^2.7.0",
|
|
@@ -86,30 +100,30 @@
|
|
|
86
100
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
87
101
|
"eslint-plugin-vue": "^9.32.0",
|
|
88
102
|
"eslint-plugin-yml": "^1.16.0",
|
|
89
|
-
"eslint-processor-vue-blocks": "^0.
|
|
103
|
+
"eslint-processor-vue-blocks": "^1.0.0",
|
|
90
104
|
"globals": "^15.14.0",
|
|
91
105
|
"jsonc-eslint-parser": "^2.4.0",
|
|
92
|
-
"local-pkg": "^0.
|
|
106
|
+
"local-pkg": "^1.0.0",
|
|
93
107
|
"prettier": "^3.4.2",
|
|
94
108
|
"toml-eslint-parser": "^0.10.0",
|
|
95
|
-
"typescript-eslint": "^8.
|
|
109
|
+
"typescript-eslint": "^8.19.1",
|
|
96
110
|
"vue-eslint-parser": "^9.4.3",
|
|
97
111
|
"yaml-eslint-parser": "^1.2.3"
|
|
98
112
|
},
|
|
99
113
|
"devDependencies": {
|
|
100
|
-
"@ntnyq/prettier-config": "^1.22.
|
|
101
|
-
"@types/node": "^22.10.
|
|
102
|
-
"bumpp": "^9.
|
|
114
|
+
"@ntnyq/prettier-config": "^1.22.1",
|
|
115
|
+
"@types/node": "^22.10.5",
|
|
116
|
+
"bumpp": "^9.10.0",
|
|
103
117
|
"eslint": "^9.17.0",
|
|
104
|
-
"eslint-typegen": "^0.
|
|
118
|
+
"eslint-typegen": "^1.0.0",
|
|
105
119
|
"husky": "^9.1.7",
|
|
106
120
|
"jiti": "^2.4.2",
|
|
107
121
|
"nano-staged": "^0.8.0",
|
|
108
122
|
"npm-run-all2": "^7.0.2",
|
|
109
123
|
"tsup": "^8.3.5",
|
|
110
124
|
"tsx": "^4.19.2",
|
|
111
|
-
"typescript": "^5.7.
|
|
112
|
-
"vitest": "^3.0.0-beta.
|
|
125
|
+
"typescript": "^5.7.3",
|
|
126
|
+
"vitest": "^3.0.0-beta.4",
|
|
113
127
|
"zx": "^8.3.0"
|
|
114
128
|
},
|
|
115
129
|
"engines": {
|