@vinicunca/eslint-config 3.19.0 → 3.20.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 +5 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -9248,6 +9248,7 @@ type AccessorPairs = [] | [{
|
|
|
9248
9248
|
getWithoutSet?: boolean;
|
|
9249
9249
|
setWithoutGet?: boolean;
|
|
9250
9250
|
enforceForClassMembers?: boolean;
|
|
9251
|
+
enforceForTSTypes?: boolean;
|
|
9251
9252
|
}];
|
|
9252
9253
|
// ----- antfu/consistent-chaining -----
|
|
9253
9254
|
type AntfuConsistentChaining = [] | [{
|
|
@@ -9513,7 +9514,9 @@ type GetterReturn = [] | [{
|
|
|
9513
9514
|
allowImplicit?: boolean;
|
|
9514
9515
|
}];
|
|
9515
9516
|
// ----- grouped-accessor-pairs -----
|
|
9516
|
-
type GroupedAccessorPairs = [] | [("anyOrder" | "getBeforeSet" | "setBeforeGet")]
|
|
9517
|
+
type GroupedAccessorPairs = [] | [("anyOrder" | "getBeforeSet" | "setBeforeGet")] | [("anyOrder" | "getBeforeSet" | "setBeforeGet"), {
|
|
9518
|
+
enforceForTSTypes?: boolean;
|
|
9519
|
+
}];
|
|
9517
9520
|
// ----- handle-callback-err -----
|
|
9518
9521
|
type HandleCallbackErr = [] | [string];
|
|
9519
9522
|
// ----- id-blacklist -----
|
|
@@ -11245,6 +11248,7 @@ type NoUnusedVars = [] | [(("all" | "local") | {
|
|
|
11245
11248
|
caughtErrorsIgnorePattern?: string;
|
|
11246
11249
|
destructuredArrayIgnorePattern?: string;
|
|
11247
11250
|
ignoreClassWithStaticInitBlock?: boolean;
|
|
11251
|
+
ignoreUsingDeclarations?: boolean;
|
|
11248
11252
|
reportUsedIgnorePattern?: boolean;
|
|
11249
11253
|
})];
|
|
11250
11254
|
// ----- no-use-before-define -----
|
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.20.0",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -119,15 +119,15 @@
|
|
|
119
119
|
"@unocss/eslint-plugin": "^66.3.3",
|
|
120
120
|
"@vitest/eslint-plugin": "^1.2.7",
|
|
121
121
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
122
|
-
"eslint-flat-config-utils": "^2.
|
|
122
|
+
"eslint-flat-config-utils": "^2.1.1",
|
|
123
123
|
"eslint-merge-processors": "^2.0.0",
|
|
124
124
|
"eslint-plugin-antfu": "^3.1.1",
|
|
125
125
|
"eslint-plugin-command": "^3.2.1",
|
|
126
126
|
"eslint-plugin-format": "^1.0.1",
|
|
127
127
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
128
|
-
"eslint-plugin-jsdoc": "^
|
|
128
|
+
"eslint-plugin-jsdoc": "^52.0.0",
|
|
129
129
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
130
|
-
"eslint-plugin-n": "^17.21.
|
|
130
|
+
"eslint-plugin-n": "^17.21.3",
|
|
131
131
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
132
132
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
133
133
|
"eslint-plugin-pnpm": "^1.1.0",
|