@vinicunca/eslint-config 3.15.0 → 3.16.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/dist/index.d.ts +9348 -11211
- package/dist/index.js +2220 -2806
- package/package.json +19 -20
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.16.1",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -110,36 +110,35 @@
|
|
|
110
110
|
},
|
|
111
111
|
"dependencies": {
|
|
112
112
|
"@antfu/install-pkg": "^1.1.0",
|
|
113
|
-
"@clack/prompts": "^0.
|
|
113
|
+
"@clack/prompts": "^0.11.0",
|
|
114
114
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
115
|
-
"@eslint/markdown": "^6.
|
|
116
|
-
"@stylistic/eslint-plugin": "^
|
|
117
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
118
|
-
"@typescript-eslint/parser": "^8.
|
|
115
|
+
"@eslint/markdown": "^6.5.0",
|
|
116
|
+
"@stylistic/eslint-plugin": "^5.0.0-beta.1",
|
|
117
|
+
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
118
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
119
119
|
"@unocss/eslint-plugin": "66.0.0",
|
|
120
|
-
"@vitest/eslint-plugin": "^1.1
|
|
120
|
+
"@vitest/eslint-plugin": "^1.2.1",
|
|
121
121
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
122
122
|
"eslint-flat-config-utils": "^2.0.1",
|
|
123
123
|
"eslint-merge-processors": "^2.0.0",
|
|
124
124
|
"eslint-plugin-antfu": "^3.1.1",
|
|
125
|
-
"eslint-plugin-command": "^3.2.
|
|
125
|
+
"eslint-plugin-command": "^3.2.1",
|
|
126
126
|
"eslint-plugin-format": "^1.0.1",
|
|
127
|
-
"eslint-plugin-
|
|
128
|
-
"eslint-plugin-
|
|
129
|
-
"eslint-plugin-
|
|
130
|
-
"eslint-plugin-n": "^17.18.0",
|
|
127
|
+
"eslint-plugin-jsdoc": "^50.7.1",
|
|
128
|
+
"eslint-plugin-jsonc": "^2.20.1",
|
|
129
|
+
"eslint-plugin-n": "^17.19.0",
|
|
131
130
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
132
|
-
"eslint-plugin-perfectionist": "^4.
|
|
131
|
+
"eslint-plugin-perfectionist": "^4.14.0",
|
|
133
132
|
"eslint-plugin-pnpm": "^0.3.1",
|
|
134
|
-
"eslint-plugin-regexp": "^2.
|
|
133
|
+
"eslint-plugin-regexp": "^2.8.0",
|
|
135
134
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
136
135
|
"eslint-plugin-toml": "^0.12.0",
|
|
137
136
|
"eslint-plugin-unicorn": "^59.0.1",
|
|
138
137
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
139
|
-
"eslint-plugin-vue": "^10.
|
|
138
|
+
"eslint-plugin-vue": "^10.2.0",
|
|
140
139
|
"eslint-plugin-yml": "^1.18.0",
|
|
141
140
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
142
|
-
"globals": "^16.
|
|
141
|
+
"globals": "^16.2.0",
|
|
143
142
|
"jsonc-eslint-parser": "^2.4.0",
|
|
144
143
|
"local-pkg": "^1.1.1",
|
|
145
144
|
"toml-eslint-parser": "^0.10.0",
|
|
@@ -147,11 +146,11 @@
|
|
|
147
146
|
"yaml-eslint-parser": "^1.3.0"
|
|
148
147
|
},
|
|
149
148
|
"scripts": {
|
|
150
|
-
"lint": "eslint
|
|
149
|
+
"lint": "eslint --fix .",
|
|
151
150
|
"test": "vitest",
|
|
152
|
-
"build": "pnpm run typegen &&
|
|
153
|
-
"stub": "
|
|
154
|
-
"watch": "
|
|
151
|
+
"build": "pnpm run typegen && tsdown --clean --dts",
|
|
152
|
+
"stub": "tsdown",
|
|
153
|
+
"watch": "tsdown --watch",
|
|
155
154
|
"typegen": "tsx scripts/typegen.ts",
|
|
156
155
|
"publish:ci": "pnpm publish --access public --no-git-checks"
|
|
157
156
|
}
|