@2digits/eslint-config 2.4.7 → 2.4.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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +8 -8
package/dist/index.d.cts
CHANGED
|
@@ -2472,12 +2472,12 @@ Backward pagination arguments
|
|
|
2472
2472
|
*/
|
|
2473
2473
|
'react-dom/no-unsafe-target-blank'?: Linter.RuleEntry<[]>
|
|
2474
2474
|
/**
|
|
2475
|
-
*
|
|
2475
|
+
* disallow using shorthand boolean attributes
|
|
2476
2476
|
* @see https://eslint-react.xyz/docs/rules/avoid-shorthand-boolean
|
|
2477
2477
|
*/
|
|
2478
2478
|
'react-extra/avoid-shorthand-boolean'?: Linter.RuleEntry<[]>
|
|
2479
2479
|
/**
|
|
2480
|
-
*
|
|
2480
|
+
* disallow using shorthand fragment syntax
|
|
2481
2481
|
* @see https://eslint-react.xyz/docs/rules/avoid-shorthand-fragment
|
|
2482
2482
|
*/
|
|
2483
2483
|
'react-extra/avoid-shorthand-fragment'?: Linter.RuleEntry<[]>
|
|
@@ -4313,7 +4313,7 @@ Backward pagination arguments
|
|
|
4313
4313
|
*/
|
|
4314
4314
|
'ts/unified-signatures'?: Linter.RuleEntry<TsUnifiedSignatures>
|
|
4315
4315
|
/**
|
|
4316
|
-
* Enforce typing arguments in
|
|
4316
|
+
* Enforce typing arguments in Promise rejection callbacks as `unknown`
|
|
4317
4317
|
* @see https://typescript-eslint.io/rules/use-unknown-in-catch-callback-variable
|
|
4318
4318
|
*/
|
|
4319
4319
|
'ts/use-unknown-in-catch-callback-variable'?: Linter.RuleEntry<[]>
|
package/dist/index.d.ts
CHANGED
|
@@ -2472,12 +2472,12 @@ Backward pagination arguments
|
|
|
2472
2472
|
*/
|
|
2473
2473
|
'react-dom/no-unsafe-target-blank'?: Linter.RuleEntry<[]>
|
|
2474
2474
|
/**
|
|
2475
|
-
*
|
|
2475
|
+
* disallow using shorthand boolean attributes
|
|
2476
2476
|
* @see https://eslint-react.xyz/docs/rules/avoid-shorthand-boolean
|
|
2477
2477
|
*/
|
|
2478
2478
|
'react-extra/avoid-shorthand-boolean'?: Linter.RuleEntry<[]>
|
|
2479
2479
|
/**
|
|
2480
|
-
*
|
|
2480
|
+
* disallow using shorthand fragment syntax
|
|
2481
2481
|
* @see https://eslint-react.xyz/docs/rules/avoid-shorthand-fragment
|
|
2482
2482
|
*/
|
|
2483
2483
|
'react-extra/avoid-shorthand-fragment'?: Linter.RuleEntry<[]>
|
|
@@ -4313,7 +4313,7 @@ Backward pagination arguments
|
|
|
4313
4313
|
*/
|
|
4314
4314
|
'ts/unified-signatures'?: Linter.RuleEntry<TsUnifiedSignatures>
|
|
4315
4315
|
/**
|
|
4316
|
-
* Enforce typing arguments in
|
|
4316
|
+
* Enforce typing arguments in Promise rejection callbacks as `unknown`
|
|
4317
4317
|
* @see https://typescript-eslint.io/rules/use-unknown-in-catch-callback-variable
|
|
4318
4318
|
*/
|
|
4319
4319
|
'ts/use-unknown-in-catch-callback-variable'?: Linter.RuleEntry<[]>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2digits/eslint-config",
|
|
3
3
|
"description": "Effortlessly enforce best practices and catch errors with this comprehensive ESLint configuration for TypeScript, featuring popular plugins like @typescript-eslint, eslint-plugin-react, and eslint-plugin-unicorn.",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"public": true,
|
|
@@ -28,21 +28,21 @@
|
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@eslint-react/eslint-plugin": "1.
|
|
31
|
+
"@eslint-react/eslint-plugin": "1.11.0",
|
|
32
32
|
"@eslint/compat": "1.1.1",
|
|
33
33
|
"@eslint/js": "9.9.0",
|
|
34
34
|
"@graphql-eslint/eslint-plugin": "3.20.1",
|
|
35
35
|
"@next/eslint-plugin-next": "14.2.5",
|
|
36
36
|
"@tanstack/eslint-plugin-query": "5.51.15",
|
|
37
|
-
"@typescript-eslint/parser": "8.
|
|
37
|
+
"@typescript-eslint/parser": "8.2.0",
|
|
38
38
|
"eslint-config-flat-gitignore": "0.1.8",
|
|
39
39
|
"eslint-config-prettier": "9.1.0",
|
|
40
|
-
"eslint-flat-config-utils": "0.3.
|
|
40
|
+
"eslint-flat-config-utils": "0.3.1",
|
|
41
41
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
42
42
|
"eslint-plugin-jsdoc": "50.2.2",
|
|
43
43
|
"eslint-plugin-n": "17.10.2",
|
|
44
44
|
"eslint-plugin-react": "7.35.0",
|
|
45
|
-
"eslint-plugin-react-compiler": "0.0.0-experimental-
|
|
45
|
+
"eslint-plugin-react-compiler": "0.0.0-experimental-eeb1b2a-20240818",
|
|
46
46
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
47
47
|
"eslint-plugin-sonarjs": "1.0.4",
|
|
48
48
|
"eslint-plugin-storybook": "0.8.0",
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"find-up": "7.0.0",
|
|
53
53
|
"globals": "15.9.0",
|
|
54
54
|
"local-pkg": "0.5.0",
|
|
55
|
-
"typescript-eslint": "8.
|
|
55
|
+
"typescript-eslint": "8.2.0",
|
|
56
56
|
"@2digits/constants": "0.2.5",
|
|
57
57
|
"@2digits/eslint-plugin": "2.2.5"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/eslint": "9.6.0",
|
|
61
61
|
"@types/eslint__js": "8.42.3",
|
|
62
|
-
"@types/node": "20.
|
|
63
|
-
"@typescript-eslint/utils": "8.
|
|
62
|
+
"@types/node": "20.16.1",
|
|
63
|
+
"@typescript-eslint/utils": "8.2.0",
|
|
64
64
|
"eslint": "9.9.0",
|
|
65
65
|
"eslint-typegen": "0.3.1",
|
|
66
66
|
"tsup": "8.2.4",
|