@2digits/eslint-config 5.6.1 → 5.6.2
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 +4 -0
- package/package.json +18 -18
package/dist/index.d.mts
CHANGED
|
@@ -10904,12 +10904,16 @@ type JsdocCheckLineAlignment = [] | [("always" | "never" | "any")] | [("always"
|
|
|
10904
10904
|
// ----- jsdoc/check-param-names -----
|
|
10905
10905
|
type JsdocCheckParamNames = [] | [{
|
|
10906
10906
|
allowExtraTrailingParamDocs?: boolean;
|
|
10907
|
+
badParamNames?: boolean;
|
|
10908
|
+
badParamOrder?: boolean;
|
|
10907
10909
|
checkDestructured?: boolean;
|
|
10908
10910
|
checkRestProperty?: boolean;
|
|
10909
10911
|
checkTypesPattern?: string;
|
|
10910
10912
|
disableExtraPropertyReporting?: boolean;
|
|
10911
10913
|
disableMissingParamChecks?: boolean;
|
|
10914
|
+
duplicateParams?: boolean;
|
|
10912
10915
|
enableFixer?: boolean;
|
|
10916
|
+
extraParams?: boolean;
|
|
10913
10917
|
useDefaultObjectProperties?: boolean;
|
|
10914
10918
|
}];
|
|
10915
10919
|
// ----- jsdoc/check-property-names -----
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2digits/eslint-config",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.2",
|
|
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
|
"keywords": [
|
|
6
6
|
"eslint-config"
|
|
@@ -27,20 +27,20 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
|
|
30
|
-
"@eslint-react/eslint-plugin": "5.18.
|
|
31
|
-
"@eslint-react/kit": "5.18.
|
|
30
|
+
"@eslint-react/eslint-plugin": "5.18.6",
|
|
31
|
+
"@eslint-react/kit": "5.18.6",
|
|
32
32
|
"@eslint/compat": "2.1.0",
|
|
33
33
|
"@eslint/css": "1.4.0",
|
|
34
34
|
"@eslint/js": "10.0.1",
|
|
35
35
|
"@eslint/markdown": "8.0.3",
|
|
36
36
|
"@graphql-eslint/eslint-plugin": "4.4.1",
|
|
37
|
-
"@next/eslint-plugin-next": "16.3.
|
|
37
|
+
"@next/eslint-plugin-next": "16.3.1",
|
|
38
38
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
39
39
|
"@tanstack/eslint-plugin-query": "5.101.4",
|
|
40
40
|
"@tanstack/eslint-plugin-router": "1.162.0",
|
|
41
|
-
"@typescript-eslint/parser": "8.
|
|
42
|
-
"@typescript-eslint/utils": "8.
|
|
43
|
-
"@vitest/eslint-plugin": "1.6.
|
|
41
|
+
"@typescript-eslint/parser": "8.67.0",
|
|
42
|
+
"@typescript-eslint/utils": "8.67.0",
|
|
43
|
+
"@vitest/eslint-plugin": "1.6.27",
|
|
44
44
|
"empathic": "2.0.1",
|
|
45
45
|
"eslint-config-flat-gitignore": "2.3.0",
|
|
46
46
|
"eslint-config-prettier": "10.1.8",
|
|
@@ -51,36 +51,36 @@
|
|
|
51
51
|
"eslint-plugin-depend": "1.5.0",
|
|
52
52
|
"eslint-plugin-drizzle": "0.2.3",
|
|
53
53
|
"eslint-plugin-github-action": "0.3.0",
|
|
54
|
-
"eslint-plugin-jsdoc": "64.0
|
|
54
|
+
"eslint-plugin-jsdoc": "64.2.0",
|
|
55
55
|
"eslint-plugin-jsonc": "3.4.1",
|
|
56
56
|
"eslint-plugin-n": "18.3.0",
|
|
57
|
-
"eslint-plugin-pnpm": "1.
|
|
57
|
+
"eslint-plugin-pnpm": "1.8.0",
|
|
58
58
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
59
|
-
"eslint-plugin-regexp": "3.
|
|
59
|
+
"eslint-plugin-regexp": "3.2.0",
|
|
60
60
|
"eslint-plugin-sonarjs": "4.2.0",
|
|
61
|
-
"eslint-plugin-storybook": "10.5.
|
|
61
|
+
"eslint-plugin-storybook": "10.5.8",
|
|
62
62
|
"eslint-plugin-tailwindcss": "3.18.2",
|
|
63
63
|
"eslint-plugin-toml": "1.5.0",
|
|
64
|
-
"eslint-plugin-turbo": "2.10.
|
|
64
|
+
"eslint-plugin-turbo": "2.10.10",
|
|
65
65
|
"eslint-plugin-unicorn": "73.0.0",
|
|
66
66
|
"eslint-plugin-yml": "3.8.1",
|
|
67
|
-
"eslint-plugin-zod": "4.9.
|
|
68
|
-
"globals": "17.
|
|
67
|
+
"eslint-plugin-zod": "4.9.1",
|
|
68
|
+
"globals": "17.11.0",
|
|
69
69
|
"graphql-config": "5.1.6",
|
|
70
70
|
"jsonc-eslint-parser": "3.3.0",
|
|
71
71
|
"local-pkg": "1.2.1",
|
|
72
72
|
"pkg-types": "2.3.1",
|
|
73
73
|
"tailwind-csstree": "0.3.3",
|
|
74
|
-
"typescript-eslint": "8.
|
|
74
|
+
"typescript-eslint": "8.67.0",
|
|
75
75
|
"yaml-eslint-parser": "2.1.0",
|
|
76
76
|
"@2digits/constants": "1.1.18",
|
|
77
|
-
"@2digits/eslint-plugin": "4.0.
|
|
77
|
+
"@2digits/eslint-plugin": "4.0.25"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@arethetypeswrong/core": "0.18.5",
|
|
81
81
|
"@eslint/config-inspector": "3.2.0",
|
|
82
82
|
"@types/react": "19.2.18",
|
|
83
|
-
"@typescript-eslint/scope-manager": "8.
|
|
83
|
+
"@typescript-eslint/scope-manager": "8.67.0",
|
|
84
84
|
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
85
85
|
"dedent": "1.7.2",
|
|
86
86
|
"eslint": "10.8.1",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"tinyexec": "1.3.0",
|
|
91
91
|
"tinyglobby": "0.2.17",
|
|
92
92
|
"typescript": "6.0.3",
|
|
93
|
-
"vite-plus": "0.2.
|
|
93
|
+
"vite-plus": "0.2.9",
|
|
94
94
|
"vitest": "4.1.10",
|
|
95
95
|
"zod": "4.4.3",
|
|
96
96
|
"@2digits/tsconfig": "0.8.7"
|