@ntnyq/eslint-config 5.0.0-beta.1 → 5.0.0-beta.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/README.md +2 -0
- package/dist/{index.d.mts → index.d.ts} +8737 -8803
- package/dist/index.js +3032 -0
- package/package.json +31 -22
- package/dist/index.mjs +0 -3607
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.0-beta.
|
|
4
|
+
"version": "5.0.0-beta.2",
|
|
5
5
|
"description": "An opinionated ESLint config preset of ntnyq",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"eslint",
|
|
@@ -22,13 +22,12 @@
|
|
|
22
22
|
"exports": {
|
|
23
23
|
"./package.json": "./package.json",
|
|
24
24
|
".": {
|
|
25
|
-
"types": "./dist/index.d.
|
|
26
|
-
"default": "./dist/index.
|
|
25
|
+
"types": "./dist/index.d.ts",
|
|
26
|
+
"default": "./dist/index.js"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
-
"main": "./dist/index.
|
|
30
|
-
"
|
|
31
|
-
"types": "./dist/index.d.mts",
|
|
29
|
+
"main": "./dist/index.js",
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
32
31
|
"files": [
|
|
33
32
|
"dist"
|
|
34
33
|
],
|
|
@@ -37,12 +36,22 @@
|
|
|
37
36
|
"tag": "next"
|
|
38
37
|
},
|
|
39
38
|
"peerDependencies": {
|
|
39
|
+
"@html-eslint/eslint-plugin": "^0.40.3",
|
|
40
|
+
"@html-eslint/parser": "^0.40.0",
|
|
41
|
+
"astro-eslint-parser": "^1.2.2",
|
|
40
42
|
"eslint": "^9.20.0",
|
|
43
|
+
"eslint-plugin-astro": "^1.3.1",
|
|
41
44
|
"eslint-plugin-eslint-plugin": "^6.4.0",
|
|
42
45
|
"eslint-plugin-format": "^1.0.1",
|
|
43
46
|
"eslint-plugin-unused-imports": "^4.1.4"
|
|
44
47
|
},
|
|
45
48
|
"peerDependenciesMeta": {
|
|
49
|
+
"@html-eslint/eslint-plugin": {
|
|
50
|
+
"optional": true
|
|
51
|
+
},
|
|
52
|
+
"@html-eslint/parser": {
|
|
53
|
+
"optional": true
|
|
54
|
+
},
|
|
46
55
|
"eslint-plugin-eslint-plugin": {
|
|
47
56
|
"optional": true
|
|
48
57
|
},
|
|
@@ -57,26 +66,27 @@
|
|
|
57
66
|
"@antfu/install-pkg": "^1.1.0",
|
|
58
67
|
"@clack/prompts": "^0.10.1",
|
|
59
68
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
60
|
-
"@eslint/js": "^9.
|
|
69
|
+
"@eslint/js": "^9.27.0",
|
|
61
70
|
"@eslint/markdown": "^6.4.0",
|
|
62
|
-
"@unocss/eslint-plugin": "^66.1.
|
|
63
|
-
"@vitest/eslint-plugin": "^1.
|
|
71
|
+
"@unocss/eslint-plugin": "^66.1.2",
|
|
72
|
+
"@vitest/eslint-plugin": "^1.2.0",
|
|
64
73
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
65
74
|
"eslint-flat-config-utils": "^2.0.1",
|
|
66
|
-
"eslint-import-resolver-typescript": "^4.3.
|
|
75
|
+
"eslint-import-resolver-typescript": "^4.3.5",
|
|
67
76
|
"eslint-merge-processors": "^2.0.0",
|
|
77
|
+
"eslint-parser-plain": "^0.1.1",
|
|
68
78
|
"eslint-plugin-antfu": "^3.1.1",
|
|
69
79
|
"eslint-plugin-command": "^3.2.0",
|
|
70
80
|
"eslint-plugin-de-morgan": "^1.2.1",
|
|
71
81
|
"eslint-plugin-depend": "^1.2.0",
|
|
72
82
|
"eslint-plugin-github-action": "^0.0.16",
|
|
73
|
-
"eslint-plugin-import-x": "^4.
|
|
74
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
75
|
-
"eslint-plugin-jsonc": "^2.20.
|
|
83
|
+
"eslint-plugin-import-x": "^4.12.2",
|
|
84
|
+
"eslint-plugin-jsdoc": "^50.6.17",
|
|
85
|
+
"eslint-plugin-jsonc": "^2.20.1",
|
|
76
86
|
"eslint-plugin-n": "^17.18.0",
|
|
77
87
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
78
88
|
"eslint-plugin-ntnyq": "^0.11.0",
|
|
79
|
-
"eslint-plugin-perfectionist": "^4.
|
|
89
|
+
"eslint-plugin-perfectionist": "^4.13.0",
|
|
80
90
|
"eslint-plugin-pinia": "^0.4.1",
|
|
81
91
|
"eslint-plugin-pnpm": "^0.3.1",
|
|
82
92
|
"eslint-plugin-prettier": "^5.4.0",
|
|
@@ -98,20 +108,19 @@
|
|
|
98
108
|
},
|
|
99
109
|
"devDependencies": {
|
|
100
110
|
"@ntnyq/prettier-config": "^2.0.0",
|
|
101
|
-
"@types/node": "^22.15.
|
|
102
|
-
"bumpp": "^10.1.
|
|
103
|
-
"eslint": "^9.
|
|
104
|
-
"eslint-parser-plain": "^0.1.1",
|
|
111
|
+
"@types/node": "^22.15.18",
|
|
112
|
+
"bumpp": "^10.1.1",
|
|
113
|
+
"eslint": "^9.27.0",
|
|
105
114
|
"eslint-plugin-eslint-plugin": "^6.4.0",
|
|
106
115
|
"eslint-typegen": "^2.2.0",
|
|
107
116
|
"husky": "^9.1.7",
|
|
108
117
|
"jiti": "^2.4.2",
|
|
109
118
|
"nano-staged": "^0.8.0",
|
|
110
|
-
"npm-run-all2": "^8.0.
|
|
119
|
+
"npm-run-all2": "^8.0.2",
|
|
111
120
|
"tinyglobby": "^0.2.13",
|
|
121
|
+
"tsdown": "^0.11.11",
|
|
112
122
|
"tsx": "^4.19.4",
|
|
113
123
|
"typescript": "^5.8.3",
|
|
114
|
-
"unbuild": "^3.5.0",
|
|
115
124
|
"uncase": "^0.1.0",
|
|
116
125
|
"vitest": "^3.1.3"
|
|
117
126
|
},
|
|
@@ -125,8 +134,8 @@
|
|
|
125
134
|
"scripts": {
|
|
126
135
|
"build": "run-s generate:type build:lib",
|
|
127
136
|
"build:inspector": "pnpm dlx @eslint/config-inspector build --config eslint-inspector.config.ts",
|
|
128
|
-
"build:lib": "
|
|
129
|
-
"dev": "
|
|
137
|
+
"build:lib": "tsdown",
|
|
138
|
+
"dev": "tsdown --watch",
|
|
130
139
|
"docs:build": "pnpm -C docs run build",
|
|
131
140
|
"docs:dev": "pnpm -C docs run dev",
|
|
132
141
|
"generate:site": "run-s generate:type build:lib build:inspector",
|