@ntnyq/eslint-config 5.3.1 → 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.
Files changed (3) hide show
  1. package/package.json +38 -37
  2. package/dist/index.d.ts +0 -17213
  3. 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.3.1",
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.44.0",
40
- "@html-eslint/parser": "^0.44.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.0",
65
+ "eslint-plugin-pnpm": "^1.1.1",
47
66
  "eslint-plugin-svelte": "^3.11.0",
48
- "eslint-plugin-unused-imports": "^4.1.4",
49
- "svelte": "^5.37.3",
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,7 +107,7 @@
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.32.0",
110
+ "@eslint/js": "^9.33.0",
92
111
  "@eslint/markdown": "^7.1.0",
93
112
  "@unocss/eslint-plugin": "^66.4.2",
94
113
  "@vitest/eslint-plugin": "^1.3.4",
@@ -103,7 +122,7 @@
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": "^52.0.4",
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",
@@ -112,7 +131,7 @@
112
131
  "eslint-plugin-pinia": "^0.4.1",
113
132
  "eslint-plugin-prettier": "^5.5.4",
114
133
  "eslint-plugin-regexp": "^2.10.0",
115
- "eslint-plugin-svgo": "^0.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.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.39.0",
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.2.0",
133
- "@typescript-eslint/utils": "^8.39.0",
134
- "bumpp": "^10.2.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.32.0",
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,10 +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.13.3",
145
- "tsx": "^4.20.3",
163
+ "tsdown": "^0.14.1",
164
+ "tsx": "^4.20.4",
146
165
  "typescript": "^5.9.2",
147
- "uncase": "^0.1.0",
166
+ "uncase": "^0.2.0",
148
167
  "vitest": "^3.2.4"
149
168
  },
150
169
  "engines": {
@@ -153,23 +172,5 @@
153
172
  "nano-staged": {
154
173
  "*.{js,ts,mjs,cjs,md,vue,svg,yml,yaml,toml,json}": "eslint --fix",
155
174
  "*.{css,scss,html}": "prettier -uw"
156
- },
157
- "scripts": {
158
- "build": "run-s types:generate lib:build",
159
- "dev": "run-s types:generate lib:dev",
160
- "docs:build": "pnpm -C docs run build",
161
- "docs:dev": "pnpm -C docs run dev",
162
- "inspector:build": "run-s build inspector:generate",
163
- "inspector:generate": "pnpm dlx @eslint/config-inspector build --config eslint-inspector.config.ts",
164
- "lib:build": "tsdown",
165
- "lib:dev": "tsdown --watch",
166
- "lint": "eslint --cache",
167
- "release": "run-s release:check release:version release:publish",
168
- "release:check": "run-s build lint test typecheck",
169
- "release:publish": "pnpm publish",
170
- "release:version": "bumpp",
171
- "test": "vitest",
172
- "typecheck": "tsc --noEmit",
173
- "types:generate": "tsx scripts/generateType.ts"
174
175
  }
175
- }
176
+ }