@2digits/eslint-config 4.6.10 → 4.6.11
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 +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -8074,6 +8074,7 @@ type JsdocMultilineBlocks = [] | [{
|
|
|
8074
8074
|
noMultilineBlocks?: boolean;
|
|
8075
8075
|
noSingleLineBlocks?: boolean;
|
|
8076
8076
|
noZeroLineText?: boolean;
|
|
8077
|
+
requireSingleLineUnderCount?: number;
|
|
8077
8078
|
singleLineTags?: string[];
|
|
8078
8079
|
}];
|
|
8079
8080
|
// ----- jsdoc/no-bad-blocks -----
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2digits/eslint-config",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.11",
|
|
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": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@next/eslint-plugin-next": "15.3.4",
|
|
37
37
|
"@stylistic/eslint-plugin": "5.1.0",
|
|
38
38
|
"@tanstack/eslint-plugin-query": "5.81.2",
|
|
39
|
-
"@typescript-eslint/parser": "8.35.
|
|
40
|
-
"@typescript-eslint/utils": "8.35.
|
|
39
|
+
"@typescript-eslint/parser": "8.35.1",
|
|
40
|
+
"@typescript-eslint/utils": "8.35.1",
|
|
41
41
|
"eslint-config-flat-gitignore": "2.1.0",
|
|
42
42
|
"eslint-config-prettier": "10.1.5",
|
|
43
43
|
"eslint-flat-config-utils": "2.1.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"eslint-plugin-antfu": "3.1.1",
|
|
46
46
|
"eslint-plugin-de-morgan": "1.3.0",
|
|
47
47
|
"eslint-plugin-drizzle": "0.2.3",
|
|
48
|
-
"eslint-plugin-jsdoc": "51.
|
|
48
|
+
"eslint-plugin-jsdoc": "51.3.1",
|
|
49
49
|
"eslint-plugin-jsonc": "2.20.1",
|
|
50
50
|
"eslint-plugin-n": "17.20.0",
|
|
51
51
|
"eslint-plugin-pnpm": "0.3.1",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"graphql-config": "5.1.5",
|
|
64
64
|
"jsonc-eslint-parser": "2.4.0",
|
|
65
65
|
"local-pkg": "1.1.1",
|
|
66
|
-
"typescript-eslint": "8.35.
|
|
66
|
+
"typescript-eslint": "8.35.1",
|
|
67
67
|
"yaml-eslint-parser": "1.3.0",
|
|
68
68
|
"@2digits/constants": "1.1.3",
|
|
69
|
-
"@2digits/eslint-plugin": "3.1.
|
|
69
|
+
"@2digits/eslint-plugin": "3.1.8"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@eslint/config-inspector": "1.1.0",
|