@2digits/eslint-config 5.5.14 → 5.5.15
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 +5 -0
- package/package.json +10 -10
package/dist/index.d.mts
CHANGED
|
@@ -9526,6 +9526,11 @@ Backward pagination arguments
|
|
|
9526
9526
|
* @see https://ota-meshi.github.io/eslint-plugin-yml/rules/key-spacing.html
|
|
9527
9527
|
*/
|
|
9528
9528
|
'yml/key-spacing'?: Linter.RuleEntry<YmlKeySpacing>;
|
|
9529
|
+
/**
|
|
9530
|
+
* disallow boolean mapping keys
|
|
9531
|
+
* @see https://ota-meshi.github.io/eslint-plugin-yml/rules/no-boolean-key.html
|
|
9532
|
+
*/
|
|
9533
|
+
'yml/no-boolean-key'?: Linter.RuleEntry<[]>;
|
|
9529
9534
|
/**
|
|
9530
9535
|
* disallow empty document
|
|
9531
9536
|
* @see https://ota-meshi.github.io/eslint-plugin-yml/rules/no-empty-document.html
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2digits/eslint-config",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.15",
|
|
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,8 +27,8 @@
|
|
|
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.1",
|
|
31
|
+
"@eslint-react/kit": "5.18.1",
|
|
32
32
|
"@eslint/compat": "2.1.0",
|
|
33
33
|
"@eslint/css": "1.4.0",
|
|
34
34
|
"@eslint/js": "10.0.1",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@tanstack/eslint-plugin-router": "1.162.0",
|
|
41
41
|
"@typescript-eslint/parser": "8.65.0",
|
|
42
42
|
"@typescript-eslint/utils": "8.65.0",
|
|
43
|
-
"@vitest/eslint-plugin": "1.6.
|
|
43
|
+
"@vitest/eslint-plugin": "1.6.25",
|
|
44
44
|
"empathic": "2.0.1",
|
|
45
45
|
"eslint-config-flat-gitignore": "2.3.0",
|
|
46
46
|
"eslint-config-prettier": "10.1.8",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"eslint-plugin-storybook": "10.5.5",
|
|
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.8",
|
|
65
65
|
"eslint-plugin-unicorn": "72.0.0",
|
|
66
|
-
"eslint-plugin-yml": "3.
|
|
66
|
+
"eslint-plugin-yml": "3.7.0",
|
|
67
67
|
"eslint-plugin-zod": "4.9.0",
|
|
68
68
|
"globals": "17.8.0",
|
|
69
69
|
"graphql-config": "5.1.6",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@arethetypeswrong/core": "0.18.5",
|
|
81
|
-
"@eslint/config-inspector": "3.1.
|
|
82
|
-
"@types/react": "19.2.
|
|
81
|
+
"@eslint/config-inspector": "3.1.1",
|
|
82
|
+
"@types/react": "19.2.18",
|
|
83
83
|
"@typescript-eslint/scope-manager": "8.65.0",
|
|
84
84
|
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
85
85
|
"dedent": "1.7.2",
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"eslint-typegen": "2.3.1",
|
|
88
88
|
"publint": "0.3.22",
|
|
89
89
|
"react": "19.2.8",
|
|
90
|
-
"tinyexec": "1.
|
|
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.7",
|
|
94
94
|
"vitest": "4.1.10",
|
|
95
95
|
"zod": "4.4.3",
|
|
96
96
|
"@2digits/tsconfig": "0.8.7"
|