@vinicunca/eslint-config 2.9.3 → 2.9.5
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.cts +5419 -10567
- package/dist/index.d.ts +5419 -10567
- 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": "2.9.
|
|
4
|
+
"version": "2.9.5",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -112,30 +112,30 @@
|
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
"dependencies": {
|
|
115
|
-
"@antfu/install-pkg": "^0.4.
|
|
115
|
+
"@antfu/install-pkg": "^0.4.1",
|
|
116
116
|
"@clack/prompts": "^0.7.0",
|
|
117
117
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
118
|
-
"@eslint-react/eslint-plugin": "^1.12.
|
|
118
|
+
"@eslint-react/eslint-plugin": "^1.12.2",
|
|
119
119
|
"@stylistic/eslint-plugin": "^2.6.4",
|
|
120
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
121
|
-
"@typescript-eslint/parser": "^8.
|
|
120
|
+
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
|
121
|
+
"@typescript-eslint/parser": "^8.3.0",
|
|
122
122
|
"@unocss/eslint-plugin": "^0.62.3",
|
|
123
|
-
"@vitest/eslint-plugin": "^1.0.
|
|
123
|
+
"@vitest/eslint-plugin": "^1.0.5",
|
|
124
124
|
"eslint-config-flat-gitignore": "^0.1.8",
|
|
125
125
|
"eslint-flat-config-utils": "^0.3.1",
|
|
126
126
|
"eslint-merge-processors": "^0.1.0",
|
|
127
127
|
"eslint-plugin-antfu": "^2.3.6",
|
|
128
128
|
"eslint-plugin-command": "^0.2.3",
|
|
129
129
|
"eslint-plugin-format": "^0.1.2",
|
|
130
|
-
"eslint-plugin-import-x": "^
|
|
130
|
+
"eslint-plugin-import-x": "^4.1.0",
|
|
131
131
|
"eslint-plugin-jsdoc": "^50.2.2",
|
|
132
132
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
133
133
|
"eslint-plugin-markdown": "^5.1.0",
|
|
134
134
|
"eslint-plugin-n": "^17.10.2",
|
|
135
135
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
136
|
-
"eslint-plugin-perfectionist": "^3.
|
|
136
|
+
"eslint-plugin-perfectionist": "^3.3.0",
|
|
137
137
|
"eslint-plugin-regexp": "^2.6.0",
|
|
138
|
-
"eslint-plugin-sonarjs": "^
|
|
138
|
+
"eslint-plugin-sonarjs": "^1.0.4",
|
|
139
139
|
"eslint-plugin-toml": "^0.11.1",
|
|
140
140
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
141
141
|
"eslint-plugin-unused-imports": "^4.1.3",
|