@vinicunca/eslint-config 3.22.0 → 3.23.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 +0 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -16717,7 +16717,6 @@ type UnocssEnforceClassCompile = [] | [{
|
|
|
16717
16717
|
type UnocssOrder = [] | [{
|
|
16718
16718
|
unoFunctions?: string[];
|
|
16719
16719
|
unoVariables?: string[];
|
|
16720
|
-
[k: string]: unknown | undefined;
|
|
16721
16720
|
}];
|
|
16722
16721
|
// ----- unused-imports/no-unused-imports -----
|
|
16723
16722
|
type UnusedImportsNoUnusedImports = [] | [(("all" | "local") | {
|
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.23.0",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
"@stylistic/eslint-plugin": "^5.2.3",
|
|
117
117
|
"@typescript-eslint/eslint-plugin": "^8.41.0",
|
|
118
118
|
"@typescript-eslint/parser": "^8.41.0",
|
|
119
|
-
"@unocss/eslint-plugin": "^66.
|
|
120
|
-
"@vitest/eslint-plugin": "^1.3.
|
|
119
|
+
"@unocss/eslint-plugin": "^66.5.0",
|
|
120
|
+
"@vitest/eslint-plugin": "^1.3.5",
|
|
121
121
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
122
122
|
"eslint-flat-config-utils": "^2.1.1",
|
|
123
123
|
"eslint-merge-processors": "^2.0.0",
|