@vinicunca/eslint-config 2.7.7 → 2.7.8
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -4464,7 +4464,7 @@ interface RuleOptions {
|
|
|
4464
4464
|
*/
|
|
4465
4465
|
'ts/no-unnecessary-type-constraint'?: Linter.RuleEntry<[]>
|
|
4466
4466
|
/**
|
|
4467
|
-
* Disallow type parameters that
|
|
4467
|
+
* Disallow type parameters that aren't used multiple times
|
|
4468
4468
|
* @see https://typescript-eslint.io/rules/no-unnecessary-type-parameters
|
|
4469
4469
|
*/
|
|
4470
4470
|
'ts/no-unnecessary-type-parameters'?: Linter.RuleEntry<[]>
|
|
@@ -11605,6 +11605,7 @@ type TsNoMisusedPromises = []|[{
|
|
|
11605
11605
|
checksVoidReturn?: (boolean | {
|
|
11606
11606
|
arguments?: boolean
|
|
11607
11607
|
attributes?: boolean
|
|
11608
|
+
inheritedMethods?: boolean
|
|
11608
11609
|
properties?: boolean
|
|
11609
11610
|
returns?: boolean
|
|
11610
11611
|
variables?: boolean
|
package/dist/index.d.ts
CHANGED
|
@@ -4464,7 +4464,7 @@ interface RuleOptions {
|
|
|
4464
4464
|
*/
|
|
4465
4465
|
'ts/no-unnecessary-type-constraint'?: Linter.RuleEntry<[]>
|
|
4466
4466
|
/**
|
|
4467
|
-
* Disallow type parameters that
|
|
4467
|
+
* Disallow type parameters that aren't used multiple times
|
|
4468
4468
|
* @see https://typescript-eslint.io/rules/no-unnecessary-type-parameters
|
|
4469
4469
|
*/
|
|
4470
4470
|
'ts/no-unnecessary-type-parameters'?: Linter.RuleEntry<[]>
|
|
@@ -11605,6 +11605,7 @@ type TsNoMisusedPromises = []|[{
|
|
|
11605
11605
|
checksVoidReturn?: (boolean | {
|
|
11606
11606
|
arguments?: boolean
|
|
11607
11607
|
attributes?: boolean
|
|
11608
|
+
inheritedMethods?: boolean
|
|
11608
11609
|
properties?: boolean
|
|
11609
11610
|
returns?: boolean
|
|
11610
11611
|
variables?: boolean
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.7.
|
|
4
|
+
"version": "2.7.8",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@eslint-react/eslint-plugin": "^1.10.0",
|
|
62
62
|
"@stylistic/eslint-plugin": "^2.6.2",
|
|
63
|
-
"@typescript-eslint/eslint-plugin": "8.0
|
|
64
|
-
"@typescript-eslint/parser": "^8.0
|
|
65
|
-
"@unocss/eslint-plugin": "^0.
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^8.1.0",
|
|
64
|
+
"@typescript-eslint/parser": "^8.1.0",
|
|
65
|
+
"@unocss/eslint-plugin": "^0.62.1",
|
|
66
66
|
"@vitest/eslint-plugin": "^1.0.1",
|
|
67
67
|
"eslint-config-flat-gitignore": "^0.1.8",
|
|
68
68
|
"eslint-flat-config-utils": "^0.3.0",
|
|
69
69
|
"eslint-merge-processors": "^0.1.0",
|
|
70
|
-
"eslint-plugin-antfu": "^2.3.
|
|
70
|
+
"eslint-plugin-antfu": "^2.3.5",
|
|
71
71
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
72
72
|
"eslint-plugin-format": "^0.1.2",
|
|
73
73
|
"eslint-plugin-import-x": "^3.1.0",
|