@2digits/eslint-config 5.2.0 → 5.2.1
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 +0 -1
- package/package.json +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -11115,7 +11115,6 @@ type StorybookMetaInlineProperties = [] | [{
|
|
|
11115
11115
|
type StorybookNoUninstalledAddons = [] | [{
|
|
11116
11116
|
packageJsonLocation?: string;
|
|
11117
11117
|
ignore?: string[];
|
|
11118
|
-
[k: string]: unknown | undefined;
|
|
11119
11118
|
}]; // ----- strict -----
|
|
11120
11119
|
type Strict = [] | [("never" | "global" | "function" | "safe")]; // ----- stylistic/array-bracket-newline -----
|
|
11121
11120
|
type StylisticArrayBracketNewline = [] | [(("always" | "never" | "consistent") | {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2digits/eslint-config",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.1",
|
|
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": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"@eslint/js": "10.0.1",
|
|
32
32
|
"@eslint/markdown": "7.5.1",
|
|
33
33
|
"@graphql-eslint/eslint-plugin": "4.4.0",
|
|
34
|
-
"@next/eslint-plugin-next": "16.
|
|
34
|
+
"@next/eslint-plugin-next": "16.2.0",
|
|
35
35
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
36
|
-
"@tanstack/eslint-plugin-query": "5.91.
|
|
36
|
+
"@tanstack/eslint-plugin-query": "5.91.5",
|
|
37
37
|
"@tanstack/eslint-plugin-router": "1.161.6",
|
|
38
38
|
"@typescript-eslint/parser": "8.57.1",
|
|
39
39
|
"@typescript-eslint/utils": "8.57.1",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
55
55
|
"eslint-plugin-regexp": "3.1.0",
|
|
56
56
|
"eslint-plugin-sonarjs": "4.0.2",
|
|
57
|
-
"eslint-plugin-storybook": "10.
|
|
57
|
+
"eslint-plugin-storybook": "10.3.0",
|
|
58
58
|
"eslint-plugin-tailwindcss": "3.18.2",
|
|
59
59
|
"eslint-plugin-toml": "1.3.1",
|
|
60
|
-
"eslint-plugin-turbo": "2.8.
|
|
60
|
+
"eslint-plugin-turbo": "2.8.19",
|
|
61
61
|
"eslint-plugin-unicorn": "63.0.0",
|
|
62
62
|
"eslint-plugin-yml": "3.3.1",
|
|
63
63
|
"eslint-plugin-zod": "3.5.0",
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
"typescript-eslint": "8.57.1",
|
|
71
71
|
"yaml-eslint-parser": "2.0.0",
|
|
72
72
|
"@2digits/constants": "1.1.16",
|
|
73
|
-
"@2digits/eslint-plugin": "4.0.
|
|
73
|
+
"@2digits/eslint-plugin": "4.0.6"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@arethetypeswrong/core": "0.18.2",
|
|
77
77
|
"@eslint/config-inspector": "1.5.0",
|
|
78
78
|
"@types/react": "19.2.14",
|
|
79
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
79
|
+
"@typescript/native-preview": "7.0.0-dev.20260319.1",
|
|
80
80
|
"dedent": "1.7.2",
|
|
81
81
|
"eslint": "10.0.3",
|
|
82
82
|
"eslint-typegen": "2.3.1",
|