@ntnyq/eslint-config 3.2.2 → 3.3.1
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 +24 -16
- package/dist/index.cjs +415 -114
- package/dist/index.d.cts +5935 -3987
- package/dist/index.d.ts +5935 -3987
- package/dist/index.js +417 -133
- package/package.json +22 -18
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
5
|
-
"packageManager": "pnpm@9.
|
|
4
|
+
"version": "3.3.1",
|
|
5
|
+
"packageManager": "pnpm@9.14.2",
|
|
6
6
|
"description": "An opinionated ESLint config preset of ntnyq",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"eslint",
|
|
@@ -56,51 +56,55 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
59
|
-
"@eslint/js": "^9.
|
|
59
|
+
"@eslint/js": "^9.15.0",
|
|
60
60
|
"@eslint/markdown": "^6.2.1",
|
|
61
|
-
"@
|
|
61
|
+
"@stylistic/eslint-plugin": "^2.11.0",
|
|
62
|
+
"@unocss/eslint-plugin": "^0.64.1",
|
|
62
63
|
"@vitest/eslint-plugin": "^1.1.10",
|
|
63
64
|
"eslint-config-flat-gitignore": "^0.3.0",
|
|
64
65
|
"eslint-flat-config-utils": "^0.4.0",
|
|
65
66
|
"eslint-merge-processors": "^0.1.0",
|
|
66
67
|
"eslint-plugin-antfu": "^2.7.0",
|
|
67
68
|
"eslint-plugin-command": "^0.2.6",
|
|
68
|
-
"eslint-plugin-
|
|
69
|
+
"eslint-plugin-format": "^0.1.2",
|
|
70
|
+
"eslint-plugin-github-action": "^0.0.4",
|
|
71
|
+
"eslint-plugin-import-x": "^4.4.3",
|
|
69
72
|
"eslint-plugin-jsdoc": "^50.5.0",
|
|
70
|
-
"eslint-plugin-jsonc": "^2.18.
|
|
71
|
-
"eslint-plugin-n": "^17.
|
|
72
|
-
"eslint-plugin-ntnyq": "^0.
|
|
73
|
-
"eslint-plugin-perfectionist": "^
|
|
73
|
+
"eslint-plugin-jsonc": "^2.18.2",
|
|
74
|
+
"eslint-plugin-n": "^17.14.0",
|
|
75
|
+
"eslint-plugin-ntnyq": "^0.7.0",
|
|
76
|
+
"eslint-plugin-perfectionist": "^4.0.3",
|
|
74
77
|
"eslint-plugin-prettier": "^5.2.1",
|
|
75
|
-
"eslint-plugin-regexp": "^2.
|
|
78
|
+
"eslint-plugin-regexp": "^2.7.0",
|
|
76
79
|
"eslint-plugin-toml": "^0.11.1",
|
|
77
|
-
"eslint-plugin-unicorn": "^56.0.
|
|
80
|
+
"eslint-plugin-unicorn": "^56.0.1",
|
|
78
81
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
79
82
|
"eslint-plugin-vue": "^9.31.0",
|
|
80
83
|
"eslint-plugin-yml": "^1.15.0",
|
|
84
|
+
"eslint-processor-vue-blocks": "^0.1.2",
|
|
81
85
|
"globals": "^15.12.0",
|
|
82
86
|
"jsonc-eslint-parser": "^2.4.0",
|
|
83
|
-
"local-pkg": "^0.5.
|
|
87
|
+
"local-pkg": "^0.5.1",
|
|
84
88
|
"prettier": "^3.3.3",
|
|
85
89
|
"toml-eslint-parser": "^0.10.0",
|
|
86
|
-
"typescript-eslint": "^8.
|
|
90
|
+
"typescript-eslint": "^8.15.0",
|
|
87
91
|
"vue-eslint-parser": "^9.4.3",
|
|
88
92
|
"yaml-eslint-parser": "^1.2.3"
|
|
89
93
|
},
|
|
90
94
|
"devDependencies": {
|
|
91
|
-
"@ntnyq/prettier-config": "^1.
|
|
92
|
-
"@types/node": "^22.9.
|
|
95
|
+
"@ntnyq/prettier-config": "^1.22.0",
|
|
96
|
+
"@types/node": "^22.9.3",
|
|
93
97
|
"bumpp": "^9.8.1",
|
|
94
|
-
"eslint": "^9.
|
|
98
|
+
"eslint": "^9.15.0",
|
|
95
99
|
"eslint-typegen": "^0.3.2",
|
|
96
|
-
"husky": "^9.1.
|
|
100
|
+
"husky": "^9.1.7",
|
|
97
101
|
"jiti": "^2.4.0",
|
|
98
102
|
"nano-staged": "^0.8.0",
|
|
99
103
|
"npm-run-all2": "^7.0.1",
|
|
100
104
|
"rimraf": "^6.0.1",
|
|
101
105
|
"tsup": "^8.3.5",
|
|
102
106
|
"tsx": "^4.19.2",
|
|
103
|
-
"typescript": "^5.
|
|
107
|
+
"typescript": "^5.7.2",
|
|
104
108
|
"zx": "^8.2.2"
|
|
105
109
|
},
|
|
106
110
|
"engines": {
|