@ntnyq/eslint-config 5.4.0 → 5.4.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.d.ts +17267 -0
- package/dist/index.js +3175 -0
- package/package.json +33 -36
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.4.
|
|
5
|
-
"packageManager": "pnpm@10.15.0",
|
|
4
|
+
"version": "5.4.2",
|
|
6
5
|
"description": "An opinionated ESLint config preset of ntnyq",
|
|
7
6
|
"keywords": [
|
|
8
7
|
"eslint",
|
|
@@ -36,27 +35,9 @@
|
|
|
36
35
|
"access": "public",
|
|
37
36
|
"tag": "latest"
|
|
38
37
|
},
|
|
39
|
-
"scripts": {
|
|
40
|
-
"build": "run-s types:generate lib:build",
|
|
41
|
-
"dev": "run-s types:generate lib:dev",
|
|
42
|
-
"docs:build": "pnpm -C docs run build",
|
|
43
|
-
"docs:dev": "pnpm -C docs run dev",
|
|
44
|
-
"inspector:build": "run-s build inspector:generate",
|
|
45
|
-
"inspector:generate": "pnpm dlx @eslint/config-inspector build --config eslint-inspector.config.ts",
|
|
46
|
-
"lib:build": "tsdown",
|
|
47
|
-
"lib:dev": "tsdown --watch",
|
|
48
|
-
"lint": "eslint --cache",
|
|
49
|
-
"prepare": "husky",
|
|
50
|
-
"release": "run-s release:check release:version",
|
|
51
|
-
"release:check": "run-s build lint test typecheck",
|
|
52
|
-
"release:version": "bumpp",
|
|
53
|
-
"test": "vitest",
|
|
54
|
-
"typecheck": "tsc --noEmit",
|
|
55
|
-
"types:generate": "tsx scripts/generateType.ts"
|
|
56
|
-
},
|
|
57
38
|
"peerDependencies": {
|
|
58
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
59
|
-
"@html-eslint/parser": "^0.
|
|
39
|
+
"@html-eslint/eslint-plugin": "^0.46.0",
|
|
40
|
+
"@html-eslint/parser": "^0.46.0",
|
|
60
41
|
"astro-eslint-parser": "^1.2.2",
|
|
61
42
|
"eslint": "^9.20.0",
|
|
62
43
|
"eslint-plugin-astro": "^1.3.1",
|
|
@@ -107,10 +88,10 @@
|
|
|
107
88
|
"@antfu/install-pkg": "^1.1.0",
|
|
108
89
|
"@clack/prompts": "^0.11.0",
|
|
109
90
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
110
|
-
"@eslint/js": "^9.
|
|
111
|
-
"@eslint/markdown": "^7.
|
|
112
|
-
"@unocss/eslint-plugin": "^66.
|
|
113
|
-
"@vitest/eslint-plugin": "^1.3.
|
|
91
|
+
"@eslint/js": "^9.34.0",
|
|
92
|
+
"@eslint/markdown": "^7.2.0",
|
|
93
|
+
"@unocss/eslint-plugin": "^66.5.0",
|
|
94
|
+
"@vitest/eslint-plugin": "^1.3.7",
|
|
114
95
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
115
96
|
"eslint-flat-config-utils": "^2.1.1",
|
|
116
97
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
@@ -122,7 +103,7 @@
|
|
|
122
103
|
"eslint-plugin-depend": "^1.2.0",
|
|
123
104
|
"eslint-plugin-github-action": "^0.0.16",
|
|
124
105
|
"eslint-plugin-import-x": "^4.16.1",
|
|
125
|
-
"eslint-plugin-jsdoc": "^54.
|
|
106
|
+
"eslint-plugin-jsdoc": "^54.3.0",
|
|
126
107
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
127
108
|
"eslint-plugin-n": "^17.21.3",
|
|
128
109
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
@@ -140,37 +121,53 @@
|
|
|
140
121
|
"globals": "^16.3.0",
|
|
141
122
|
"jsonc-eslint-parser": "^2.4.0",
|
|
142
123
|
"local-pkg": "^1.1.2",
|
|
143
|
-
"prettier": "^3.6.2",
|
|
144
124
|
"toml-eslint-parser": "^0.10.0",
|
|
145
|
-
"typescript-eslint": "^8.
|
|
125
|
+
"typescript-eslint": "^8.42.0",
|
|
146
126
|
"vue-eslint-parser": "^10.2.0",
|
|
147
127
|
"yaml-eslint-parser": "^1.3.0"
|
|
148
128
|
},
|
|
149
129
|
"devDependencies": {
|
|
150
130
|
"@ntnyq/prettier-config": "^3.0.1",
|
|
151
131
|
"@types/node": "^24.3.0",
|
|
152
|
-
"@typescript-eslint/utils": "^8.
|
|
132
|
+
"@typescript-eslint/utils": "^8.42.0",
|
|
153
133
|
"bumpp": "^10.2.3",
|
|
154
134
|
"consola": "^3.4.2",
|
|
155
|
-
"eslint": "^9.
|
|
156
|
-
"eslint-plugin-eslint-plugin": "^7.0.0",
|
|
135
|
+
"eslint": "^9.34.0",
|
|
157
136
|
"eslint-typegen": "^2.3.0",
|
|
158
137
|
"husky": "^9.1.7",
|
|
159
138
|
"jiti": "^2.5.1",
|
|
160
139
|
"nano-staged": "^0.8.0",
|
|
161
140
|
"npm-run-all2": "^8.0.4",
|
|
141
|
+
"prettier": "^3.6.2",
|
|
162
142
|
"tinyglobby": "^0.2.14",
|
|
163
|
-
"tsdown": "^0.14.
|
|
164
|
-
"tsx": "^4.20.
|
|
143
|
+
"tsdown": "^0.14.2",
|
|
144
|
+
"tsx": "^4.20.5",
|
|
165
145
|
"typescript": "^5.9.2",
|
|
166
146
|
"uncase": "^0.2.0",
|
|
167
147
|
"vitest": "^3.2.4"
|
|
168
148
|
},
|
|
169
149
|
"engines": {
|
|
170
|
-
"node": "
|
|
150
|
+
"node": "^20.11.0 || >=21.1.0"
|
|
171
151
|
},
|
|
172
152
|
"nano-staged": {
|
|
173
153
|
"*.{js,ts,mjs,cjs,md,vue,svg,yml,yaml,toml,json}": "eslint --fix",
|
|
174
154
|
"*.{css,scss,html}": "prettier -uw"
|
|
155
|
+
},
|
|
156
|
+
"scripts": {
|
|
157
|
+
"build": "run-s types:generate lib:build",
|
|
158
|
+
"dev": "run-s types:generate lib:dev",
|
|
159
|
+
"docs:build": "pnpm -C docs run build",
|
|
160
|
+
"docs:dev": "pnpm -C docs run dev",
|
|
161
|
+
"inspector:build": "run-s build inspector:generate",
|
|
162
|
+
"inspector:generate": "pnpm dlx @eslint/config-inspector build --config eslint-inspector.config.ts",
|
|
163
|
+
"lib:build": "tsdown",
|
|
164
|
+
"lib:dev": "tsdown --watch",
|
|
165
|
+
"lint": "eslint --cache",
|
|
166
|
+
"release": "run-s release:check release:version",
|
|
167
|
+
"release:check": "run-s build lint test typecheck",
|
|
168
|
+
"release:version": "bumpp",
|
|
169
|
+
"test": "vitest",
|
|
170
|
+
"typecheck": "tsc --noEmit",
|
|
171
|
+
"types:generate": "tsx scripts/generateType.ts"
|
|
175
172
|
}
|
|
176
|
-
}
|
|
173
|
+
}
|