@vinicunca/eslint-config 3.13.0 → 3.15.0
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 +1234 -410
- package/package.json +9 -9
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.15.0",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -114,9 +114,9 @@
|
|
|
114
114
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
115
115
|
"@eslint/markdown": "^6.4.0",
|
|
116
116
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
117
|
-
"@typescript-eslint/eslint-plugin": "^8.32.
|
|
118
|
-
"@typescript-eslint/parser": "^8.32.
|
|
119
|
-
"@unocss/eslint-plugin": "
|
|
117
|
+
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
118
|
+
"@typescript-eslint/parser": "^8.32.1",
|
|
119
|
+
"@unocss/eslint-plugin": "66.0.0",
|
|
120
120
|
"@vitest/eslint-plugin": "^1.1.44",
|
|
121
121
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
122
122
|
"eslint-flat-config-utils": "^2.0.1",
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
"eslint-plugin-antfu": "^3.1.1",
|
|
125
125
|
"eslint-plugin-command": "^3.2.0",
|
|
126
126
|
"eslint-plugin-format": "^1.0.1",
|
|
127
|
-
"eslint-plugin-import-x": "^4.11.
|
|
128
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
127
|
+
"eslint-plugin-import-x": "^4.11.1",
|
|
128
|
+
"eslint-plugin-jsdoc": "^50.6.17",
|
|
129
129
|
"eslint-plugin-jsonc": "^2.20.0",
|
|
130
|
-
"eslint-plugin-n": "^17.
|
|
130
|
+
"eslint-plugin-n": "^17.18.0",
|
|
131
131
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
132
|
-
"eslint-plugin-perfectionist": "^4.
|
|
132
|
+
"eslint-plugin-perfectionist": "^4.13.0",
|
|
133
133
|
"eslint-plugin-pnpm": "^0.3.1",
|
|
134
134
|
"eslint-plugin-regexp": "^2.7.0",
|
|
135
135
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"eslint-plugin-vue": "^10.1.0",
|
|
140
140
|
"eslint-plugin-yml": "^1.18.0",
|
|
141
141
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
142
|
-
"globals": "^16.
|
|
142
|
+
"globals": "^16.1.0",
|
|
143
143
|
"jsonc-eslint-parser": "^2.4.0",
|
|
144
144
|
"local-pkg": "^1.1.1",
|
|
145
145
|
"toml-eslint-parser": "^0.10.0",
|