@ntnyq/eslint-config 5.3.0 → 5.4.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/package.json +42 -37
- package/dist/index.d.ts +0 -17214
- package/dist/index.js +0 -3170
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.4.0",
|
|
5
|
+
"packageManager": "pnpm@10.15.0",
|
|
5
6
|
"description": "An opinionated ESLint config preset of ntnyq",
|
|
6
7
|
"keywords": [
|
|
7
8
|
"eslint",
|
|
@@ -35,18 +36,36 @@
|
|
|
35
36
|
"access": "public",
|
|
36
37
|
"tag": "latest"
|
|
37
38
|
},
|
|
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
|
+
},
|
|
38
57
|
"peerDependencies": {
|
|
39
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
40
|
-
"@html-eslint/parser": "^0.
|
|
58
|
+
"@html-eslint/eslint-plugin": "^0.45.0",
|
|
59
|
+
"@html-eslint/parser": "^0.45.0",
|
|
41
60
|
"astro-eslint-parser": "^1.2.2",
|
|
42
61
|
"eslint": "^9.20.0",
|
|
43
62
|
"eslint-plugin-astro": "^1.3.1",
|
|
44
63
|
"eslint-plugin-eslint-plugin": "^7.0.0",
|
|
45
64
|
"eslint-plugin-format": "^1.0.1",
|
|
46
|
-
"eslint-plugin-pnpm": "^1.1.
|
|
65
|
+
"eslint-plugin-pnpm": "^1.1.1",
|
|
47
66
|
"eslint-plugin-svelte": "^3.11.0",
|
|
48
|
-
"eslint-plugin-unused-imports": "^4.
|
|
49
|
-
"svelte": "^5.
|
|
67
|
+
"eslint-plugin-unused-imports": "^4.2.0",
|
|
68
|
+
"svelte": "^5.38.2",
|
|
50
69
|
"svelte-eslint-parser": "^1.3.1"
|
|
51
70
|
},
|
|
52
71
|
"peerDependenciesMeta": {
|
|
@@ -88,9 +107,9 @@
|
|
|
88
107
|
"@antfu/install-pkg": "^1.1.0",
|
|
89
108
|
"@clack/prompts": "^0.11.0",
|
|
90
109
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
91
|
-
"@eslint/js": "^9.
|
|
110
|
+
"@eslint/js": "^9.33.0",
|
|
92
111
|
"@eslint/markdown": "^7.1.0",
|
|
93
|
-
"@unocss/eslint-plugin": "^66.4.
|
|
112
|
+
"@unocss/eslint-plugin": "^66.4.2",
|
|
94
113
|
"@vitest/eslint-plugin": "^1.3.4",
|
|
95
114
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
96
115
|
"eslint-flat-config-utils": "^2.1.1",
|
|
@@ -103,16 +122,16 @@
|
|
|
103
122
|
"eslint-plugin-depend": "^1.2.0",
|
|
104
123
|
"eslint-plugin-github-action": "^0.0.16",
|
|
105
124
|
"eslint-plugin-import-x": "^4.16.1",
|
|
106
|
-
"eslint-plugin-jsdoc": "^
|
|
125
|
+
"eslint-plugin-jsdoc": "^54.1.1",
|
|
107
126
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
108
127
|
"eslint-plugin-n": "^17.21.3",
|
|
109
128
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
110
|
-
"eslint-plugin-ntnyq": "^0.
|
|
129
|
+
"eslint-plugin-ntnyq": "^0.12.0",
|
|
111
130
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
112
131
|
"eslint-plugin-pinia": "^0.4.1",
|
|
113
|
-
"eslint-plugin-prettier": "^5.5.
|
|
114
|
-
"eslint-plugin-regexp": "^2.
|
|
115
|
-
"eslint-plugin-svgo": "^0.
|
|
132
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
133
|
+
"eslint-plugin-regexp": "^2.10.0",
|
|
134
|
+
"eslint-plugin-svgo": "^0.11.1",
|
|
116
135
|
"eslint-plugin-toml": "^0.12.0",
|
|
117
136
|
"eslint-plugin-unicorn": "^60.0.0",
|
|
118
137
|
"eslint-plugin-vue": "^10.4.0",
|
|
@@ -120,20 +139,20 @@
|
|
|
120
139
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
121
140
|
"globals": "^16.3.0",
|
|
122
141
|
"jsonc-eslint-parser": "^2.4.0",
|
|
123
|
-
"local-pkg": "^1.1.
|
|
142
|
+
"local-pkg": "^1.1.2",
|
|
124
143
|
"prettier": "^3.6.2",
|
|
125
144
|
"toml-eslint-parser": "^0.10.0",
|
|
126
|
-
"typescript-eslint": "^8.
|
|
145
|
+
"typescript-eslint": "^8.40.0",
|
|
127
146
|
"vue-eslint-parser": "^10.2.0",
|
|
128
147
|
"yaml-eslint-parser": "^1.3.0"
|
|
129
148
|
},
|
|
130
149
|
"devDependencies": {
|
|
131
150
|
"@ntnyq/prettier-config": "^3.0.1",
|
|
132
|
-
"@types/node": "^24.
|
|
133
|
-
"@typescript-eslint/utils": "^8.
|
|
134
|
-
"bumpp": "^10.2.
|
|
151
|
+
"@types/node": "^24.3.0",
|
|
152
|
+
"@typescript-eslint/utils": "^8.40.0",
|
|
153
|
+
"bumpp": "^10.2.3",
|
|
135
154
|
"consola": "^3.4.2",
|
|
136
|
-
"eslint": "^9.
|
|
155
|
+
"eslint": "^9.33.0",
|
|
137
156
|
"eslint-plugin-eslint-plugin": "^7.0.0",
|
|
138
157
|
"eslint-typegen": "^2.3.0",
|
|
139
158
|
"husky": "^9.1.7",
|
|
@@ -141,9 +160,10 @@
|
|
|
141
160
|
"nano-staged": "^0.8.0",
|
|
142
161
|
"npm-run-all2": "^8.0.4",
|
|
143
162
|
"tinyglobby": "^0.2.14",
|
|
144
|
-
"tsdown": "^0.
|
|
163
|
+
"tsdown": "^0.14.1",
|
|
164
|
+
"tsx": "^4.20.4",
|
|
145
165
|
"typescript": "^5.9.2",
|
|
146
|
-
"uncase": "^0.
|
|
166
|
+
"uncase": "^0.2.0",
|
|
147
167
|
"vitest": "^3.2.4"
|
|
148
168
|
},
|
|
149
169
|
"engines": {
|
|
@@ -152,20 +172,5 @@
|
|
|
152
172
|
"nano-staged": {
|
|
153
173
|
"*.{js,ts,mjs,cjs,md,vue,svg,yml,yaml,toml,json}": "eslint --fix",
|
|
154
174
|
"*.{css,scss,html}": "prettier -uw"
|
|
155
|
-
},
|
|
156
|
-
"scripts": {
|
|
157
|
-
"build": "tsdown",
|
|
158
|
-
"dev": "tsdown --watch",
|
|
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
|
-
"lint": "eslint --cache",
|
|
164
|
-
"release": "run-s release:check release:version release:publish",
|
|
165
|
-
"release:check": "run-s build lint test typecheck",
|
|
166
|
-
"release:publish": "pnpm publish",
|
|
167
|
-
"release:version": "bumpp",
|
|
168
|
-
"test": "vitest",
|
|
169
|
-
"typecheck": "tsc --noEmit"
|
|
170
175
|
}
|
|
171
|
-
}
|
|
176
|
+
}
|