@vinicunca/eslint-config 2.15.5 → 2.15.7
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.cjs +4 -4
- package/dist/index.d.cts +231 -45
- package/dist/index.d.ts +231 -45
- package/dist/index.js +3 -3
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.15.
|
|
4
|
+
"version": "2.15.7",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -110,27 +110,27 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"dependencies": {
|
|
113
|
-
"@antfu/install-pkg": "^0.
|
|
114
|
-
"@clack/prompts": "^0.9.
|
|
113
|
+
"@antfu/install-pkg": "^1.0.0",
|
|
114
|
+
"@clack/prompts": "^0.9.1",
|
|
115
115
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
116
116
|
"@eslint/markdown": "^6.2.1",
|
|
117
|
-
"@stylistic/eslint-plugin": "^2.
|
|
118
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
119
|
-
"@typescript-eslint/parser": "^8.
|
|
120
|
-
"@unocss/eslint-plugin": "^
|
|
121
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
122
|
-
"eslint-config-flat-gitignore": "^0.
|
|
123
|
-
"eslint-flat-config-utils": "^0.
|
|
124
|
-
"eslint-merge-processors": "^
|
|
117
|
+
"@stylistic/eslint-plugin": "^2.13.0",
|
|
118
|
+
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
119
|
+
"@typescript-eslint/parser": "^8.20.0",
|
|
120
|
+
"@unocss/eslint-plugin": "^65.4.2",
|
|
121
|
+
"@vitest/eslint-plugin": "^1.1.25",
|
|
122
|
+
"eslint-config-flat-gitignore": "^1.0.0",
|
|
123
|
+
"eslint-flat-config-utils": "^1.0.0",
|
|
124
|
+
"eslint-merge-processors": "^1.0.0",
|
|
125
125
|
"eslint-plugin-antfu": "^2.7.0",
|
|
126
|
-
"eslint-plugin-command": "^
|
|
127
|
-
"eslint-plugin-format": "^0.1
|
|
126
|
+
"eslint-plugin-command": "^2.1.0",
|
|
127
|
+
"eslint-plugin-format": "^1.0.1",
|
|
128
128
|
"eslint-plugin-import-x": "^4.6.1",
|
|
129
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
129
|
+
"eslint-plugin-jsdoc": "^50.6.2",
|
|
130
130
|
"eslint-plugin-jsonc": "^2.18.2",
|
|
131
131
|
"eslint-plugin-n": "^17.15.1",
|
|
132
132
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
133
|
-
"eslint-plugin-perfectionist": "^4.
|
|
133
|
+
"eslint-plugin-perfectionist": "^4.6.0",
|
|
134
134
|
"eslint-plugin-regexp": "^2.7.0",
|
|
135
135
|
"eslint-plugin-sonarjs": "^3.0.1",
|
|
136
136
|
"eslint-plugin-toml": "^0.12.0",
|
|
@@ -138,10 +138,10 @@
|
|
|
138
138
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
139
139
|
"eslint-plugin-vue": "^9.32.0",
|
|
140
140
|
"eslint-plugin-yml": "^1.16.0",
|
|
141
|
-
"eslint-processor-vue-blocks": "^0.
|
|
141
|
+
"eslint-processor-vue-blocks": "^1.0.0",
|
|
142
142
|
"globals": "^15.14.0",
|
|
143
143
|
"jsonc-eslint-parser": "^2.4.0",
|
|
144
|
-
"local-pkg": "^0.
|
|
144
|
+
"local-pkg": "^1.0.0",
|
|
145
145
|
"toml-eslint-parser": "^0.10.0",
|
|
146
146
|
"vue-eslint-parser": "^9.4.3",
|
|
147
147
|
"yaml-eslint-parser": "^1.2.3"
|