@2digits/eslint-config 5.1.21 → 5.1.22
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 -1
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -4553,7 +4553,7 @@ interface RuleOptions {
|
|
|
4553
4553
|
*/
|
|
4554
4554
|
'sonar/file-name-differ-from-class'?: Linter.RuleEntry<[]>;
|
|
4555
4555
|
/**
|
|
4556
|
-
*
|
|
4556
|
+
* File permissions should not be set to world-accessible values
|
|
4557
4557
|
* @see https://sonarsource.github.io/rspec/#/rspec/S2612/javascript
|
|
4558
4558
|
*/
|
|
4559
4559
|
'sonar/file-permissions'?: Linter.RuleEntry<[]>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2digits/eslint-config",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.22",
|
|
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": {
|
|
@@ -47,21 +47,21 @@
|
|
|
47
47
|
"eslint-plugin-depend": "1.5.0",
|
|
48
48
|
"eslint-plugin-drizzle": "0.2.3",
|
|
49
49
|
"eslint-plugin-github-action": "0.2.0",
|
|
50
|
-
"eslint-plugin-jsdoc": "62.
|
|
51
|
-
"eslint-plugin-jsonc": "3.1.
|
|
50
|
+
"eslint-plugin-jsdoc": "62.8.0",
|
|
51
|
+
"eslint-plugin-jsonc": "3.1.2",
|
|
52
52
|
"eslint-plugin-n": "17.24.0",
|
|
53
53
|
"eslint-plugin-pnpm": "1.6.0",
|
|
54
54
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
55
55
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
56
56
|
"eslint-plugin-regexp": "3.1.0",
|
|
57
|
-
"eslint-plugin-sonarjs": "4.0.
|
|
57
|
+
"eslint-plugin-sonarjs": "4.0.2",
|
|
58
58
|
"eslint-plugin-storybook": "10.2.17",
|
|
59
59
|
"eslint-plugin-tailwindcss": "3.18.2",
|
|
60
60
|
"eslint-plugin-toml": "1.3.1",
|
|
61
|
-
"eslint-plugin-turbo": "2.8.
|
|
61
|
+
"eslint-plugin-turbo": "2.8.16",
|
|
62
62
|
"eslint-plugin-unicorn": "63.0.0",
|
|
63
63
|
"eslint-plugin-yml": "3.3.1",
|
|
64
|
-
"eslint-plugin-zod": "3.
|
|
64
|
+
"eslint-plugin-zod": "3.5.0",
|
|
65
65
|
"globals": "17.4.0",
|
|
66
66
|
"graphql-config": "5.1.6",
|
|
67
67
|
"jsonc-eslint-parser": "3.1.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@arethetypeswrong/core": "0.18.2",
|
|
78
78
|
"@eslint/config-inspector": "1.5.0",
|
|
79
79
|
"@types/react": "19.2.14",
|
|
80
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
80
|
+
"@typescript/native-preview": "7.0.0-dev.20260313.1",
|
|
81
81
|
"dedent": "1.7.2",
|
|
82
82
|
"eslint": "10.0.3",
|
|
83
83
|
"eslint-typegen": "2.3.1",
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"react": "19.2.4",
|
|
86
86
|
"tinyexec": "1.0.2",
|
|
87
87
|
"tinyglobby": "0.2.15",
|
|
88
|
-
"tsdown": "0.21.
|
|
88
|
+
"tsdown": "0.21.2",
|
|
89
89
|
"typescript": "5.9.3",
|
|
90
|
-
"vitest": "4.0
|
|
90
|
+
"vitest": "4.1.0",
|
|
91
91
|
"zod": "4.3.6",
|
|
92
92
|
"@2digits/tsconfig": "0.8.6"
|
|
93
93
|
},
|