@2digits/eslint-config 4.10.1 → 4.10.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 +16 -0
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -8785,13 +8785,29 @@ type JsdocTextEscaping = [] | [{
|
|
|
8785
8785
|
// ----- jsdoc/type-formatting -----
|
|
8786
8786
|
type JsdocTypeFormatting = [] | [{
|
|
8787
8787
|
arrayBrackets?: ("angle" | "square");
|
|
8788
|
+
arrowFunctionPostReturnMarkerSpacing?: string;
|
|
8789
|
+
arrowFunctionPreReturnMarkerSpacing?: string;
|
|
8788
8790
|
enableFixer?: boolean;
|
|
8791
|
+
functionOrClassParameterSpacing?: string;
|
|
8792
|
+
functionOrClassPostGenericSpacing?: string;
|
|
8793
|
+
functionOrClassPostReturnMarkerSpacing?: string;
|
|
8794
|
+
functionOrClassPreReturnMarkerSpacing?: string;
|
|
8795
|
+
functionOrClassTypeParameterSpacing?: string;
|
|
8796
|
+
genericAndTupleElementSpacing?: string;
|
|
8789
8797
|
genericDot?: boolean;
|
|
8798
|
+
keyValuePostColonSpacing?: string;
|
|
8799
|
+
keyValuePostKeySpacing?: string;
|
|
8800
|
+
keyValuePostOptionalSpacing?: string;
|
|
8801
|
+
keyValuePostVariadicSpacing?: string;
|
|
8802
|
+
methodQuotes?: ("double" | "single");
|
|
8790
8803
|
objectFieldIndent?: string;
|
|
8791
8804
|
objectFieldQuote?: ("double" | "single" | null);
|
|
8792
8805
|
objectFieldSeparator?: ("comma" | "comma-and-linebreak" | "linebreak" | "semicolon" | "semicolon-and-linebreak");
|
|
8793
8806
|
objectFieldSeparatorOptionalLinebreak?: boolean;
|
|
8794
8807
|
objectFieldSeparatorTrailingPunctuation?: boolean;
|
|
8808
|
+
parameterDefaultValueSpacing?: string;
|
|
8809
|
+
postMethodNameSpacing?: string;
|
|
8810
|
+
postNewSpacing?: string;
|
|
8795
8811
|
separatorForSingleObjectField?: boolean;
|
|
8796
8812
|
stringQuotes?: ("double" | "single");
|
|
8797
8813
|
typeBracketSpacing?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2digits/eslint-config",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.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
|
"homepage": "https://2d-configs.vercel.app/",
|
|
6
6
|
"repository": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"eslint-plugin-depend": "1.3.1",
|
|
50
50
|
"eslint-plugin-drizzle": "0.2.3",
|
|
51
51
|
"eslint-plugin-github-action": "0.0.16",
|
|
52
|
-
"eslint-plugin-jsdoc": "
|
|
52
|
+
"eslint-plugin-jsdoc": "61.0.1",
|
|
53
53
|
"eslint-plugin-jsonc": "2.21.0",
|
|
54
54
|
"eslint-plugin-n": "17.23.1",
|
|
55
55
|
"eslint-plugin-pnpm": "1.2.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@eslint/config-inspector": "1.3.0",
|
|
78
|
-
"@types/react": "19.2.
|
|
78
|
+
"@types/react": "19.2.2",
|
|
79
79
|
"dedent": "1.7.0",
|
|
80
80
|
"eslint": "9.37.0",
|
|
81
81
|
"eslint-typegen": "2.3.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"tsdown": "0.15.6",
|
|
86
86
|
"typescript": "5.9.3",
|
|
87
87
|
"vitest": "3.2.4",
|
|
88
|
-
"@2digits/tsconfig": "0.8.
|
|
88
|
+
"@2digits/tsconfig": "0.8.4"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
91
|
"build": "tsdown --minify --config-loader unconfig",
|