@2digits/eslint-config 4.6.8 → 4.6.10
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.mts +1 -0
- package/package.json +10 -10
package/dist/index.d.mts
CHANGED
|
@@ -9213,6 +9213,7 @@ type NoConstantCondition = [] | [{
|
|
|
9213
9213
|
// ----- no-duplicate-imports -----
|
|
9214
9214
|
type NoDuplicateImports = [] | [{
|
|
9215
9215
|
includeExports?: boolean;
|
|
9216
|
+
allowSeparateTypeImports?: boolean;
|
|
9216
9217
|
}];
|
|
9217
9218
|
// ----- no-else-return -----
|
|
9218
9219
|
type NoElseReturn = [] | [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2digits/eslint-config",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.10",
|
|
4
4
|
"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.",
|
|
5
5
|
"homepage": "https://2d-configs.vercel.app/",
|
|
6
6
|
"repository": {
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
30
30
|
"@eslint-react/eslint-plugin": "1.52.2",
|
|
31
|
-
"@eslint/compat": "1.3.
|
|
31
|
+
"@eslint/compat": "1.3.1",
|
|
32
32
|
"@eslint/css": "0.9.0",
|
|
33
|
-
"@eslint/js": "9.
|
|
33
|
+
"@eslint/js": "9.30.0",
|
|
34
34
|
"@eslint/markdown": "6.6.0",
|
|
35
35
|
"@graphql-eslint/eslint-plugin": "4.4.0",
|
|
36
36
|
"@next/eslint-plugin-next": "15.3.4",
|
|
37
|
-
"@stylistic/eslint-plugin": "5.
|
|
37
|
+
"@stylistic/eslint-plugin": "5.1.0",
|
|
38
38
|
"@tanstack/eslint-plugin-query": "5.81.2",
|
|
39
39
|
"@typescript-eslint/parser": "8.35.0",
|
|
40
40
|
"@typescript-eslint/utils": "8.35.0",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
53
53
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
54
54
|
"eslint-plugin-regexp": "2.9.0",
|
|
55
|
-
"eslint-plugin-sonarjs": "3.0.
|
|
56
|
-
"eslint-plugin-storybook": "9.0.
|
|
55
|
+
"eslint-plugin-sonarjs": "3.0.4",
|
|
56
|
+
"eslint-plugin-storybook": "9.0.14",
|
|
57
57
|
"eslint-plugin-tailwindcss": "3.18.0",
|
|
58
58
|
"eslint-plugin-turbo": "2.5.4",
|
|
59
59
|
"eslint-plugin-unicorn": "59.0.1",
|
|
@@ -65,19 +65,19 @@
|
|
|
65
65
|
"local-pkg": "1.1.1",
|
|
66
66
|
"typescript-eslint": "8.35.0",
|
|
67
67
|
"yaml-eslint-parser": "1.3.0",
|
|
68
|
-
"@2digits/constants": "1.1.
|
|
69
|
-
"@2digits/eslint-plugin": "3.1.
|
|
68
|
+
"@2digits/constants": "1.1.3",
|
|
69
|
+
"@2digits/eslint-plugin": "3.1.7"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@eslint/config-inspector": "1.1.0",
|
|
73
73
|
"@types/react": "19.1.8",
|
|
74
74
|
"dedent": "1.6.0",
|
|
75
|
-
"eslint": "9.
|
|
75
|
+
"eslint": "9.30.0",
|
|
76
76
|
"eslint-typegen": "2.2.0",
|
|
77
77
|
"execa": "9.6.0",
|
|
78
78
|
"react": "19.1.0",
|
|
79
79
|
"tinyglobby": "0.2.14",
|
|
80
|
-
"tsdown": "0.12.
|
|
80
|
+
"tsdown": "0.12.9",
|
|
81
81
|
"typescript": "5.8.3",
|
|
82
82
|
"vitest": "3.2.4",
|
|
83
83
|
"@2digits/tsconfig": "0.8.0"
|