@ntnyq/eslint-config 4.0.0-beta.1 → 4.0.0-beta.3
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 +1 -1
- package/dist/index.d.ts +14039 -13965
- package/dist/index.js +273 -226
- package/package.json +18 -17
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.0-beta.
|
|
5
|
-
"packageManager": "pnpm@
|
|
4
|
+
"version": "4.0.0-beta.3",
|
|
5
|
+
"packageManager": "pnpm@10.2.1",
|
|
6
6
|
"description": "An opinionated ESLint config preset of ntnyq",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"eslint",
|
|
@@ -64,51 +64,52 @@
|
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@antfu/install-pkg": "^1.0.0",
|
|
67
|
-
"@clack/prompts": "^0.
|
|
67
|
+
"@clack/prompts": "^0.10.0",
|
|
68
68
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
69
|
-
"@eslint/js": "^9.
|
|
69
|
+
"@eslint/js": "^9.20.0",
|
|
70
70
|
"@eslint/markdown": "^6.2.2",
|
|
71
71
|
"@unocss/eslint-plugin": "^65.4.3",
|
|
72
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
72
|
+
"@vitest/eslint-plugin": "^1.1.27",
|
|
73
73
|
"eslint-config-flat-gitignore": "^2.0.0",
|
|
74
74
|
"eslint-flat-config-utils": "^2.0.1",
|
|
75
75
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
76
|
-
"eslint-merge-processors": "^
|
|
76
|
+
"eslint-merge-processors": "^2.0.0",
|
|
77
77
|
"eslint-plugin-antfu": "^3.0.0",
|
|
78
78
|
"eslint-plugin-command": "^3.0.0",
|
|
79
79
|
"eslint-plugin-depend": "^0.12.0",
|
|
80
80
|
"eslint-plugin-format": "^1.0.1",
|
|
81
|
-
"eslint-plugin-github-action": "^0.0.
|
|
81
|
+
"eslint-plugin-github-action": "^0.0.14",
|
|
82
82
|
"eslint-plugin-import-x": "^4.6.1",
|
|
83
83
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
84
84
|
"eslint-plugin-jsonc": "^2.19.1",
|
|
85
85
|
"eslint-plugin-n": "^17.15.1",
|
|
86
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
86
87
|
"eslint-plugin-ntnyq": "^0.9.2",
|
|
87
88
|
"eslint-plugin-perfectionist": "^4.8.0",
|
|
88
89
|
"eslint-plugin-pinia": "^0.4.1",
|
|
89
90
|
"eslint-plugin-prettier": "^5.2.3",
|
|
90
91
|
"eslint-plugin-regexp": "^2.7.0",
|
|
91
|
-
"eslint-plugin-svgo": "^0.
|
|
92
|
+
"eslint-plugin-svgo": "^0.5.0",
|
|
92
93
|
"eslint-plugin-toml": "^0.12.0",
|
|
93
94
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
94
95
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
95
96
|
"eslint-plugin-vue": "^9.32.0",
|
|
96
97
|
"eslint-plugin-yml": "^1.16.0",
|
|
97
|
-
"eslint-processor-vue-blocks": "^
|
|
98
|
+
"eslint-processor-vue-blocks": "^2.0.0",
|
|
98
99
|
"globals": "^15.14.0",
|
|
99
100
|
"jsonc-eslint-parser": "^2.4.0",
|
|
100
101
|
"local-pkg": "^1.0.0",
|
|
101
|
-
"prettier": "^3.
|
|
102
|
+
"prettier": "^3.5.0",
|
|
102
103
|
"toml-eslint-parser": "^0.10.0",
|
|
103
104
|
"typescript-eslint": "^8.23.0",
|
|
104
105
|
"vue-eslint-parser": "^9.4.3",
|
|
105
106
|
"yaml-eslint-parser": "^1.2.3"
|
|
106
107
|
},
|
|
107
108
|
"devDependencies": {
|
|
108
|
-
"@ntnyq/prettier-config": "^
|
|
109
|
+
"@ntnyq/prettier-config": "^2.0.0-beta.2",
|
|
109
110
|
"@types/node": "^22.13.1",
|
|
110
|
-
"bumpp": "^10.0.
|
|
111
|
-
"eslint": "^9.
|
|
111
|
+
"bumpp": "^10.0.2",
|
|
112
|
+
"eslint": "^9.20.0",
|
|
112
113
|
"eslint-typegen": "^1.0.0",
|
|
113
114
|
"husky": "^9.1.7",
|
|
114
115
|
"jiti": "^2.4.2",
|
|
@@ -123,12 +124,12 @@
|
|
|
123
124
|
"node": ">=18.18.0"
|
|
124
125
|
},
|
|
125
126
|
"pnpm": {
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
|
|
127
|
+
"onlyBuiltDependencies": [
|
|
128
|
+
"esbuild"
|
|
129
|
+
]
|
|
129
130
|
},
|
|
130
131
|
"nano-staged": {
|
|
131
132
|
"*.{js,ts,mjs,cjs,vue,svg,json,jsonc,md,yaml,yml}": "eslint --fix",
|
|
132
|
-
"*.css": "prettier
|
|
133
|
+
"*.{css,scss,html}": "prettier -uw"
|
|
133
134
|
}
|
|
134
135
|
}
|