@ntnyq/eslint-config 3.0.0-beta.2 → 3.0.0-beta.20
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 +137 -7
- package/dist/index.cjs +1498 -1248
- package/dist/index.d.cts +6734 -3174
- package/dist/index.d.ts +6734 -3174
- package/dist/index.js +1504 -1266
- package/package.json +38 -33
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.0-beta.
|
|
5
|
-
"packageManager": "pnpm@9.
|
|
6
|
-
"description": "ESLint
|
|
4
|
+
"version": "3.0.0-beta.20",
|
|
5
|
+
"packageManager": "pnpm@9.12.1",
|
|
6
|
+
"description": "An opinionated ESLint config preset of ntnyq",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"eslint",
|
|
9
9
|
"eslint-config",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dev": "tsup --watch",
|
|
42
42
|
"generate:site": "tsx scripts/generateSite.ts",
|
|
43
43
|
"generate:type": "tsx scripts/generateType.ts",
|
|
44
|
-
"lint": "eslint .",
|
|
44
|
+
"lint": "eslint --flag unstable_ts_config .",
|
|
45
45
|
"prepare": "husky",
|
|
46
46
|
"release": "run-s release:check release:version",
|
|
47
47
|
"release:check": "run-s clean build lint typecheck",
|
|
@@ -56,54 +56,59 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
59
|
-
"@eslint/js": "^9.
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"eslint-
|
|
64
|
-
"eslint-
|
|
65
|
-
"eslint-
|
|
66
|
-
"eslint-
|
|
59
|
+
"@eslint/js": "^9.12.0",
|
|
60
|
+
"@eslint/markdown": "^6.2.0",
|
|
61
|
+
"@types/eslint__js": "^8.42.3",
|
|
62
|
+
"@unocss/eslint-plugin": "^0.63.4",
|
|
63
|
+
"@vitest/eslint-plugin": "^1.1.7",
|
|
64
|
+
"eslint-config-flat-gitignore": "^0.3.0",
|
|
65
|
+
"eslint-flat-config-utils": "^0.4.0",
|
|
66
|
+
"eslint-merge-processors": "^0.1.0",
|
|
67
|
+
"eslint-plugin-antfu": "^2.7.0",
|
|
68
|
+
"eslint-plugin-command": "^0.2.6",
|
|
69
|
+
"eslint-plugin-import-x": "^4.3.1",
|
|
70
|
+
"eslint-plugin-jsdoc": "^50.3.1",
|
|
67
71
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
68
|
-
"eslint-plugin-
|
|
69
|
-
"eslint-plugin-
|
|
70
|
-
"eslint-plugin-perfectionist": "^3.
|
|
72
|
+
"eslint-plugin-n": "^17.11.1",
|
|
73
|
+
"eslint-plugin-ntnyq": "^0.5.0",
|
|
74
|
+
"eslint-plugin-perfectionist": "^3.8.0",
|
|
71
75
|
"eslint-plugin-prettier": "^5.2.1",
|
|
72
76
|
"eslint-plugin-regexp": "^2.6.0",
|
|
73
77
|
"eslint-plugin-toml": "^0.11.1",
|
|
74
|
-
"eslint-plugin-unicorn": "^
|
|
75
|
-
"eslint-plugin-unused-imports": "^4.1.
|
|
76
|
-
"eslint-plugin-vue": "^9.
|
|
78
|
+
"eslint-plugin-unicorn": "^56.0.0",
|
|
79
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
80
|
+
"eslint-plugin-vue": "^9.29.0",
|
|
77
81
|
"eslint-plugin-yml": "^1.14.0",
|
|
78
|
-
"globals": "^15.
|
|
82
|
+
"globals": "^15.11.0",
|
|
79
83
|
"jsonc-eslint-parser": "^2.4.0",
|
|
80
84
|
"local-pkg": "^0.5.0",
|
|
81
85
|
"prettier": "^3.3.3",
|
|
82
86
|
"toml-eslint-parser": "^0.10.0",
|
|
83
|
-
"typescript-eslint": "^8.1
|
|
87
|
+
"typescript-eslint": "^8.8.1",
|
|
84
88
|
"vue-eslint-parser": "^9.4.3",
|
|
85
89
|
"yaml-eslint-parser": "^1.2.3"
|
|
86
90
|
},
|
|
87
91
|
"devDependencies": {
|
|
88
|
-
"@ntnyq/prettier-config": "^1.21.
|
|
89
|
-
"@types/node": "^22.
|
|
90
|
-
"bumpp": "^9.
|
|
91
|
-
"eslint": "^9.
|
|
92
|
-
"eslint-typegen": "^0.3.
|
|
93
|
-
"husky": "^9.1.
|
|
92
|
+
"@ntnyq/prettier-config": "^1.21.3",
|
|
93
|
+
"@types/node": "^22.7.5",
|
|
94
|
+
"bumpp": "^9.7.1",
|
|
95
|
+
"eslint": "^9.12.0",
|
|
96
|
+
"eslint-typegen": "^0.3.2",
|
|
97
|
+
"husky": "^9.1.6",
|
|
98
|
+
"jiti": "^2.3.3",
|
|
94
99
|
"nano-staged": "^0.8.0",
|
|
95
|
-
"npm-run-all2": "^6.2.
|
|
100
|
+
"npm-run-all2": "^6.2.3",
|
|
96
101
|
"rimraf": "^6.0.1",
|
|
97
|
-
"tsup": "^8.
|
|
98
|
-
"tsx": "^4.
|
|
99
|
-
"typescript": "^5.
|
|
100
|
-
"zx": "^8.1.
|
|
102
|
+
"tsup": "^8.3.0",
|
|
103
|
+
"tsx": "^4.19.1",
|
|
104
|
+
"typescript": "^5.6.3",
|
|
105
|
+
"zx": "^8.1.9"
|
|
101
106
|
},
|
|
102
107
|
"engines": {
|
|
103
|
-
"node": ">=18.18"
|
|
108
|
+
"node": ">=18.18.0"
|
|
104
109
|
},
|
|
105
110
|
"prettier": "@ntnyq/prettier-config",
|
|
106
111
|
"nano-staged": {
|
|
107
|
-
"*.{js,ts,mjs,cjs,json,jsonc,md,yaml,yml}": "eslint --fix"
|
|
112
|
+
"*.{js,ts,mjs,cjs,json,jsonc,md,yaml,yml}": "eslint --flag unstable_ts_config --fix"
|
|
108
113
|
}
|
|
109
114
|
}
|