@storm-software/eslint 0.117.16 → 0.118.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/README.md +1 -1
- package/dist/{chunk-R5BQJYBX.cjs → chunk-KISSHBCD.cjs} +11 -13
- package/dist/{chunk-XMT3QM5B.js → chunk-VIASOXKK.js} +11 -13
- package/dist/preset.cjs +32 -30
- package/dist/preset.d.cts +163 -163
- package/dist/preset.d.ts +163 -163
- package/dist/preset.js +31 -29
- package/dist/rules/import.cjs +0 -1
- package/dist/rules/import.js +0 -1
- package/dist/rules/storm.cjs +2 -2
- package/dist/rules/storm.js +1 -1
- package/dist/rules.d.ts +163 -163
- package/package.json +2 -1
package/dist/preset.d.cts
CHANGED
|
@@ -1794,7 +1794,7 @@ type CspellSpellchecker =
|
|
|
1794
1794
|
ignoreImports?: boolean;
|
|
1795
1795
|
|
|
1796
1796
|
numSuggestions: number;
|
|
1797
|
-
}
|
|
1797
|
+
},
|
|
1798
1798
|
];
|
|
1799
1799
|
// ----- @nx/dependency-checks -----
|
|
1800
1800
|
type NxDependencyChecks =
|
|
@@ -1809,7 +1809,7 @@ type NxDependencyChecks =
|
|
|
1809
1809
|
checkVersionMismatches?: boolean;
|
|
1810
1810
|
includeTransitiveDependencies?: boolean;
|
|
1811
1811
|
useLocalPathsForWorkspaceDependencies?: boolean;
|
|
1812
|
-
}
|
|
1812
|
+
},
|
|
1813
1813
|
];
|
|
1814
1814
|
// ----- @nx/enforce-module-boundaries -----
|
|
1815
1815
|
type NxEnforceModuleBoundaries =
|
|
@@ -1839,7 +1839,7 @@ type NxEnforceModuleBoundaries =
|
|
|
1839
1839
|
notDependOnLibsWithTags?: string[];
|
|
1840
1840
|
}
|
|
1841
1841
|
)[];
|
|
1842
|
-
}
|
|
1842
|
+
},
|
|
1843
1843
|
];
|
|
1844
1844
|
// ----- @nx/nx-plugin-checks -----
|
|
1845
1845
|
type NxNxPluginChecks =
|
|
@@ -1855,7 +1855,7 @@ type NxNxPluginChecks =
|
|
|
1855
1855
|
packageJson?: string;
|
|
1856
1856
|
|
|
1857
1857
|
allowedVersionStrings?: string[];
|
|
1858
|
-
}
|
|
1858
|
+
},
|
|
1859
1859
|
];
|
|
1860
1860
|
// ----- @typescript-eslint/array-type -----
|
|
1861
1861
|
type TypescriptEslintArrayType =
|
|
@@ -1865,7 +1865,7 @@ type TypescriptEslintArrayType =
|
|
|
1865
1865
|
default?: "array" | "generic" | "array-simple";
|
|
1866
1866
|
|
|
1867
1867
|
readonly?: "array" | "generic" | "array-simple";
|
|
1868
|
-
}
|
|
1868
|
+
},
|
|
1869
1869
|
];
|
|
1870
1870
|
// ----- @typescript-eslint/ban-ts-comment -----
|
|
1871
1871
|
type TypescriptEslintBanTsComment =
|
|
@@ -1897,7 +1897,7 @@ type TypescriptEslintBanTsComment =
|
|
|
1897
1897
|
descriptionFormat?: string;
|
|
1898
1898
|
};
|
|
1899
1899
|
minimumDescriptionLength?: number;
|
|
1900
|
-
}
|
|
1900
|
+
},
|
|
1901
1901
|
];
|
|
1902
1902
|
// ----- @typescript-eslint/ban-types -----
|
|
1903
1903
|
type TypescriptEslintBanTypes =
|
|
@@ -1922,7 +1922,7 @@ type TypescriptEslintBanTypes =
|
|
|
1922
1922
|
| undefined;
|
|
1923
1923
|
};
|
|
1924
1924
|
extendDefaults?: boolean;
|
|
1925
|
-
}
|
|
1925
|
+
},
|
|
1926
1926
|
];
|
|
1927
1927
|
// ----- @typescript-eslint/block-spacing -----
|
|
1928
1928
|
type TypescriptEslintBlockSpacing = [] | ["always" | "never"];
|
|
@@ -1934,7 +1934,7 @@ type TypescriptEslintBraceStyle =
|
|
|
1934
1934
|
"1tbs" | "stroustrup" | "allman",
|
|
1935
1935
|
{
|
|
1936
1936
|
allowSingleLine?: boolean;
|
|
1937
|
-
}
|
|
1937
|
+
},
|
|
1938
1938
|
];
|
|
1939
1939
|
// ----- @typescript-eslint/class-literal-property-style -----
|
|
1940
1940
|
type TypescriptEslintClassLiteralPropertyStyle = [] | ["fields" | "getters"];
|
|
@@ -1950,7 +1950,7 @@ type TypescriptEslintClassMethodsUseThis =
|
|
|
1950
1950
|
ignoreOverrideMethods?: boolean;
|
|
1951
1951
|
|
|
1952
1952
|
ignoreClassesThatImplementAnInterface?: boolean | "public-fields";
|
|
1953
|
-
}
|
|
1953
|
+
},
|
|
1954
1954
|
];
|
|
1955
1955
|
// ----- @typescript-eslint/comma-dangle -----
|
|
1956
1956
|
type TypescriptEslintCommaDangle =
|
|
@@ -1966,7 +1966,7 @@ type TypescriptEslintCommaDangle =
|
|
|
1966
1966
|
enums?: _TypescriptEslintCommaDangleValueWithIgnore;
|
|
1967
1967
|
generics?: _TypescriptEslintCommaDangleValueWithIgnore;
|
|
1968
1968
|
tuples?: _TypescriptEslintCommaDangleValueWithIgnore;
|
|
1969
|
-
}
|
|
1969
|
+
},
|
|
1970
1970
|
];
|
|
1971
1971
|
type _TypescriptEslintCommaDangleValue =
|
|
1972
1972
|
| "always-multiline"
|
|
@@ -1986,7 +1986,7 @@ type TypescriptEslintCommaSpacing =
|
|
|
1986
1986
|
{
|
|
1987
1987
|
before?: boolean;
|
|
1988
1988
|
after?: boolean;
|
|
1989
|
-
}
|
|
1989
|
+
},
|
|
1990
1990
|
];
|
|
1991
1991
|
// ----- @typescript-eslint/consistent-generic-constructors -----
|
|
1992
1992
|
type TypescriptEslintConsistentGenericConstructors =
|
|
@@ -2002,7 +2002,7 @@ type TypescriptEslintConsistentReturn =
|
|
|
2002
2002
|
| [
|
|
2003
2003
|
{
|
|
2004
2004
|
treatUndefinedAsUnspecified?: boolean;
|
|
2005
|
-
}
|
|
2005
|
+
},
|
|
2006
2006
|
];
|
|
2007
2007
|
// ----- @typescript-eslint/consistent-type-assertions -----
|
|
2008
2008
|
type TypescriptEslintConsistentTypeAssertions =
|
|
@@ -2017,7 +2017,7 @@ type TypescriptEslintConsistentTypeAssertions =
|
|
|
2017
2017
|
| "allow"
|
|
2018
2018
|
| "allow-as-parameter"
|
|
2019
2019
|
| "never";
|
|
2020
|
-
}
|
|
2020
|
+
},
|
|
2021
2021
|
];
|
|
2022
2022
|
// ----- @typescript-eslint/consistent-type-definitions -----
|
|
2023
2023
|
type TypescriptEslintConsistentTypeDefinitions = [] | ["interface" | "type"];
|
|
@@ -2027,7 +2027,7 @@ type TypescriptEslintConsistentTypeExports =
|
|
|
2027
2027
|
| [
|
|
2028
2028
|
{
|
|
2029
2029
|
fixMixedExportsWithInlineTypeSpecifier?: boolean;
|
|
2030
|
-
}
|
|
2030
|
+
},
|
|
2031
2031
|
];
|
|
2032
2032
|
// ----- @typescript-eslint/consistent-type-imports -----
|
|
2033
2033
|
type TypescriptEslintConsistentTypeImports =
|
|
@@ -2037,7 +2037,7 @@ type TypescriptEslintConsistentTypeImports =
|
|
|
2037
2037
|
disallowTypeAnnotations?: boolean;
|
|
2038
2038
|
fixStyle?: "separate-type-imports" | "inline-type-imports";
|
|
2039
2039
|
prefer?: "type-imports" | "no-type-imports";
|
|
2040
|
-
}
|
|
2040
|
+
},
|
|
2041
2041
|
];
|
|
2042
2042
|
// ----- @typescript-eslint/dot-notation -----
|
|
2043
2043
|
type TypescriptEslintDotNotation =
|
|
@@ -2049,7 +2049,7 @@ type TypescriptEslintDotNotation =
|
|
|
2049
2049
|
allowPrivateClassPropertyAccess?: boolean;
|
|
2050
2050
|
allowProtectedClassPropertyAccess?: boolean;
|
|
2051
2051
|
allowIndexSignaturePropertyAccess?: boolean;
|
|
2052
|
-
}
|
|
2052
|
+
},
|
|
2053
2053
|
];
|
|
2054
2054
|
// ----- @typescript-eslint/explicit-function-return-type -----
|
|
2055
2055
|
type TypescriptEslintExplicitFunctionReturnType =
|
|
@@ -2071,7 +2071,7 @@ type TypescriptEslintExplicitFunctionReturnType =
|
|
|
2071
2071
|
allowedNames?: string[];
|
|
2072
2072
|
|
|
2073
2073
|
allowIIFEs?: boolean;
|
|
2074
|
-
}
|
|
2074
|
+
},
|
|
2075
2075
|
];
|
|
2076
2076
|
// ----- @typescript-eslint/explicit-member-accessibility -----
|
|
2077
2077
|
type TypescriptEslintExplicitMemberAccessibility =
|
|
@@ -2087,7 +2087,7 @@ type TypescriptEslintExplicitMemberAccessibility =
|
|
|
2087
2087
|
parameterProperties?: "explicit" | "no-public" | "off";
|
|
2088
2088
|
};
|
|
2089
2089
|
ignoredMethodNames?: string[];
|
|
2090
|
-
}
|
|
2090
|
+
},
|
|
2091
2091
|
];
|
|
2092
2092
|
// ----- @typescript-eslint/explicit-module-boundary-types -----
|
|
2093
2093
|
type TypescriptEslintExplicitModuleBoundaryTypes =
|
|
@@ -2103,7 +2103,7 @@ type TypescriptEslintExplicitModuleBoundaryTypes =
|
|
|
2103
2103
|
allowHigherOrderFunctions?: boolean;
|
|
2104
2104
|
|
|
2105
2105
|
allowTypedFunctionExpressions?: boolean;
|
|
2106
|
-
}
|
|
2106
|
+
},
|
|
2107
2107
|
];
|
|
2108
2108
|
// ----- @typescript-eslint/func-call-spacing -----
|
|
2109
2109
|
type TypescriptEslintFuncCallSpacing =
|
|
@@ -2115,7 +2115,7 @@ type TypescriptEslintFuncCallSpacing =
|
|
|
2115
2115
|
"always",
|
|
2116
2116
|
{
|
|
2117
2117
|
allowNewlines?: boolean;
|
|
2118
|
-
}
|
|
2118
|
+
},
|
|
2119
2119
|
];
|
|
2120
2120
|
// ----- @typescript-eslint/indent -----
|
|
2121
2121
|
type TypescriptEslintIndent =
|
|
@@ -2155,7 +2155,7 @@ type TypescriptEslintIndent =
|
|
|
2155
2155
|
offsetTernaryExpressions?: boolean;
|
|
2156
2156
|
ignoredNodes?: string[];
|
|
2157
2157
|
ignoreComments?: boolean;
|
|
2158
|
-
}
|
|
2158
|
+
},
|
|
2159
2159
|
];
|
|
2160
2160
|
// ----- @typescript-eslint/init-declarations -----
|
|
2161
2161
|
type TypescriptEslintInitDeclarations =
|
|
@@ -2167,7 +2167,7 @@ type TypescriptEslintInitDeclarations =
|
|
|
2167
2167
|
"never",
|
|
2168
2168
|
{
|
|
2169
2169
|
ignoreForLoopInit?: boolean;
|
|
2170
|
-
}
|
|
2170
|
+
},
|
|
2171
2171
|
];
|
|
2172
2172
|
// ----- @typescript-eslint/key-spacing -----
|
|
2173
2173
|
type TypescriptEslintKeySpacing =
|
|
@@ -2223,7 +2223,7 @@ type TypescriptEslintKeySpacing =
|
|
|
2223
2223
|
beforeColon?: boolean;
|
|
2224
2224
|
afterColon?: boolean;
|
|
2225
2225
|
};
|
|
2226
|
-
}
|
|
2226
|
+
},
|
|
2227
2227
|
];
|
|
2228
2228
|
// ----- @typescript-eslint/keyword-spacing -----
|
|
2229
2229
|
type TypescriptEslintKeywordSpacing =
|
|
@@ -2510,7 +2510,7 @@ type TypescriptEslintKeywordSpacing =
|
|
|
2510
2510
|
after?: boolean;
|
|
2511
2511
|
};
|
|
2512
2512
|
};
|
|
2513
|
-
}
|
|
2513
|
+
},
|
|
2514
2514
|
];
|
|
2515
2515
|
// ----- @typescript-eslint/lines-around-comment -----
|
|
2516
2516
|
type TypescriptEslintLinesAroundComment =
|
|
@@ -2539,7 +2539,7 @@ type TypescriptEslintLinesAroundComment =
|
|
|
2539
2539
|
allowModuleEnd?: boolean;
|
|
2540
2540
|
ignorePattern?: string;
|
|
2541
2541
|
applyDefaultIgnorePatterns?: boolean;
|
|
2542
|
-
}
|
|
2542
|
+
},
|
|
2543
2543
|
];
|
|
2544
2544
|
// ----- @typescript-eslint/lines-between-class-members -----
|
|
2545
2545
|
type TypescriptEslintLinesBetweenClassMembers =
|
|
@@ -2556,10 +2556,10 @@ type TypescriptEslintLinesBetweenClassMembers =
|
|
|
2556
2556
|
blankLine: "always" | "never";
|
|
2557
2557
|
prev: "method" | "field" | "*";
|
|
2558
2558
|
next: "method" | "field" | "*";
|
|
2559
|
-
}[]
|
|
2559
|
+
}[],
|
|
2560
2560
|
];
|
|
2561
2561
|
}
|
|
2562
|
-
| ("always" | "never")
|
|
2562
|
+
| ("always" | "never"),
|
|
2563
2563
|
]
|
|
2564
2564
|
| [
|
|
2565
2565
|
(
|
|
@@ -2574,7 +2574,7 @@ type TypescriptEslintLinesBetweenClassMembers =
|
|
|
2574
2574
|
blankLine: "always" | "never";
|
|
2575
2575
|
prev: "method" | "field" | "*";
|
|
2576
2576
|
next: "method" | "field" | "*";
|
|
2577
|
-
}[]
|
|
2577
|
+
}[],
|
|
2578
2578
|
];
|
|
2579
2579
|
}
|
|
2580
2580
|
| ("always" | "never")
|
|
@@ -2582,7 +2582,7 @@ type TypescriptEslintLinesBetweenClassMembers =
|
|
|
2582
2582
|
{
|
|
2583
2583
|
exceptAfterSingleLine?: boolean;
|
|
2584
2584
|
exceptAfterOverload?: boolean;
|
|
2585
|
-
}
|
|
2585
|
+
},
|
|
2586
2586
|
];
|
|
2587
2587
|
// ----- @typescript-eslint/max-params -----
|
|
2588
2588
|
type TypescriptEslintMaxParams =
|
|
@@ -2592,7 +2592,7 @@ type TypescriptEslintMaxParams =
|
|
|
2592
2592
|
maximum?: number;
|
|
2593
2593
|
max?: number;
|
|
2594
2594
|
countVoidThis?: boolean;
|
|
2595
|
-
}
|
|
2595
|
+
},
|
|
2596
2596
|
];
|
|
2597
2597
|
// ----- @typescript-eslint/member-delimiter-style -----
|
|
2598
2598
|
type TypescriptEslintMemberDelimiterStyle =
|
|
@@ -2612,7 +2612,7 @@ type TypescriptEslintMemberDelimiterStyle =
|
|
|
2612
2612
|
typeLiteral?: _TypescriptEslintMemberDelimiterStyle_DelimiterConfig;
|
|
2613
2613
|
};
|
|
2614
2614
|
multilineDetection?: "brackets" | "last-member";
|
|
2615
|
-
}
|
|
2615
|
+
},
|
|
2616
2616
|
];
|
|
2617
2617
|
interface _TypescriptEslintMemberDelimiterStyle_DelimiterConfig {
|
|
2618
2618
|
multiline?: {
|
|
@@ -4638,7 +4638,7 @@ type TypescriptEslintMemberOrdering =
|
|
|
4638
4638
|
| "natural-case-insensitive";
|
|
4639
4639
|
optionalityOrder?: "optional-first" | "required-first";
|
|
4640
4640
|
};
|
|
4641
|
-
}
|
|
4641
|
+
},
|
|
4642
4642
|
];
|
|
4643
4643
|
// ----- @typescript-eslint/method-signature-style -----
|
|
4644
4644
|
type TypescriptEslintMethodSignatureStyle = [] | ["property" | "method"];
|
|
@@ -5160,7 +5160,7 @@ type TypescriptEslintNoBaseToString =
|
|
|
5160
5160
|
| [
|
|
5161
5161
|
{
|
|
5162
5162
|
ignoredTypeNames?: string[];
|
|
5163
|
-
}
|
|
5163
|
+
},
|
|
5164
5164
|
];
|
|
5165
5165
|
// ----- @typescript-eslint/no-confusing-void-expression -----
|
|
5166
5166
|
type TypescriptEslintNoConfusingVoidExpression =
|
|
@@ -5169,7 +5169,7 @@ type TypescriptEslintNoConfusingVoidExpression =
|
|
|
5169
5169
|
{
|
|
5170
5170
|
ignoreArrowShorthand?: boolean;
|
|
5171
5171
|
ignoreVoidOperator?: boolean;
|
|
5172
|
-
}
|
|
5172
|
+
},
|
|
5173
5173
|
];
|
|
5174
5174
|
// ----- @typescript-eslint/no-duplicate-type-constituents -----
|
|
5175
5175
|
type TypescriptEslintNoDuplicateTypeConstituents =
|
|
@@ -5178,7 +5178,7 @@ type TypescriptEslintNoDuplicateTypeConstituents =
|
|
|
5178
5178
|
{
|
|
5179
5179
|
ignoreIntersections?: boolean;
|
|
5180
5180
|
ignoreUnions?: boolean;
|
|
5181
|
-
}
|
|
5181
|
+
},
|
|
5182
5182
|
];
|
|
5183
5183
|
// ----- @typescript-eslint/no-empty-function -----
|
|
5184
5184
|
type TypescriptEslintNoEmptyFunction =
|
|
@@ -5201,7 +5201,7 @@ type TypescriptEslintNoEmptyFunction =
|
|
|
5201
5201
|
| "decoratedFunctions"
|
|
5202
5202
|
| "overrideMethods"
|
|
5203
5203
|
)[];
|
|
5204
|
-
}
|
|
5204
|
+
},
|
|
5205
5205
|
];
|
|
5206
5206
|
// ----- @typescript-eslint/no-empty-interface -----
|
|
5207
5207
|
type TypescriptEslintNoEmptyInterface =
|
|
@@ -5209,7 +5209,7 @@ type TypescriptEslintNoEmptyInterface =
|
|
|
5209
5209
|
| [
|
|
5210
5210
|
{
|
|
5211
5211
|
allowSingleExtends?: boolean;
|
|
5212
|
-
}
|
|
5212
|
+
},
|
|
5213
5213
|
];
|
|
5214
5214
|
// ----- @typescript-eslint/no-empty-object-type -----
|
|
5215
5215
|
type TypescriptEslintNoEmptyObjectType =
|
|
@@ -5219,7 +5219,7 @@ type TypescriptEslintNoEmptyObjectType =
|
|
|
5219
5219
|
allowInterfaces?: "always" | "never" | "with-single-extends";
|
|
5220
5220
|
allowObjectTypes?: "always" | "in-type-alias-with-name" | "never";
|
|
5221
5221
|
allowWithName?: string;
|
|
5222
|
-
}
|
|
5222
|
+
},
|
|
5223
5223
|
];
|
|
5224
5224
|
// ----- @typescript-eslint/no-explicit-any -----
|
|
5225
5225
|
type TypescriptEslintNoExplicitAny =
|
|
@@ -5229,7 +5229,7 @@ type TypescriptEslintNoExplicitAny =
|
|
|
5229
5229
|
fixToUnknown?: boolean;
|
|
5230
5230
|
|
|
5231
5231
|
ignoreRestArgs?: boolean;
|
|
5232
|
-
}
|
|
5232
|
+
},
|
|
5233
5233
|
];
|
|
5234
5234
|
// ----- @typescript-eslint/no-extra-parens -----
|
|
5235
5235
|
type TypescriptEslintNoExtraParens =
|
|
@@ -5250,7 +5250,7 @@ type TypescriptEslintNoExtraParens =
|
|
|
5250
5250
|
enforceForNewInMemberExpressions?: boolean;
|
|
5251
5251
|
enforceForFunctionPrototypeMethods?: boolean;
|
|
5252
5252
|
allowParensAfterCommentPattern?: string;
|
|
5253
|
-
}
|
|
5253
|
+
},
|
|
5254
5254
|
];
|
|
5255
5255
|
// ----- @typescript-eslint/no-extraneous-class -----
|
|
5256
5256
|
type TypescriptEslintNoExtraneousClass =
|
|
@@ -5264,7 +5264,7 @@ type TypescriptEslintNoExtraneousClass =
|
|
|
5264
5264
|
allowStaticOnly?: boolean;
|
|
5265
5265
|
|
|
5266
5266
|
allowWithDecorator?: boolean;
|
|
5267
|
-
}
|
|
5267
|
+
},
|
|
5268
5268
|
];
|
|
5269
5269
|
// ----- @typescript-eslint/no-floating-promises -----
|
|
5270
5270
|
type TypescriptEslintNoFloatingPromises =
|
|
@@ -5294,7 +5294,7 @@ type TypescriptEslintNoFloatingPromises =
|
|
|
5294
5294
|
ignoreVoid?: boolean;
|
|
5295
5295
|
|
|
5296
5296
|
ignoreIIFE?: boolean;
|
|
5297
|
-
}
|
|
5297
|
+
},
|
|
5298
5298
|
];
|
|
5299
5299
|
// ----- @typescript-eslint/no-inferrable-types -----
|
|
5300
5300
|
type TypescriptEslintNoInferrableTypes =
|
|
@@ -5303,7 +5303,7 @@ type TypescriptEslintNoInferrableTypes =
|
|
|
5303
5303
|
{
|
|
5304
5304
|
ignoreParameters?: boolean;
|
|
5305
5305
|
ignoreProperties?: boolean;
|
|
5306
|
-
}
|
|
5306
|
+
},
|
|
5307
5307
|
];
|
|
5308
5308
|
// ----- @typescript-eslint/no-invalid-this -----
|
|
5309
5309
|
type TypescriptEslintNoInvalidThis =
|
|
@@ -5311,7 +5311,7 @@ type TypescriptEslintNoInvalidThis =
|
|
|
5311
5311
|
| [
|
|
5312
5312
|
{
|
|
5313
5313
|
capIsConstructor?: boolean;
|
|
5314
|
-
}
|
|
5314
|
+
},
|
|
5315
5315
|
];
|
|
5316
5316
|
// ----- @typescript-eslint/no-invalid-void-type -----
|
|
5317
5317
|
type TypescriptEslintNoInvalidVoidType =
|
|
@@ -5320,7 +5320,7 @@ type TypescriptEslintNoInvalidVoidType =
|
|
|
5320
5320
|
{
|
|
5321
5321
|
allowInGenericTypeArguments?: boolean | [string, ...string[]];
|
|
5322
5322
|
allowAsThisParameter?: boolean;
|
|
5323
|
-
}
|
|
5323
|
+
},
|
|
5324
5324
|
];
|
|
5325
5325
|
// ----- @typescript-eslint/no-magic-numbers -----
|
|
5326
5326
|
type TypescriptEslintNoMagicNumbers =
|
|
@@ -5337,7 +5337,7 @@ type TypescriptEslintNoMagicNumbers =
|
|
|
5337
5337
|
ignoreEnums?: boolean;
|
|
5338
5338
|
ignoreReadonlyClassProperties?: boolean;
|
|
5339
5339
|
ignoreTypeIndexes?: boolean;
|
|
5340
|
-
}
|
|
5340
|
+
},
|
|
5341
5341
|
];
|
|
5342
5342
|
// ----- @typescript-eslint/no-meaningless-void-operator -----
|
|
5343
5343
|
type TypescriptEslintNoMeaninglessVoidOperator =
|
|
@@ -5345,7 +5345,7 @@ type TypescriptEslintNoMeaninglessVoidOperator =
|
|
|
5345
5345
|
| [
|
|
5346
5346
|
{
|
|
5347
5347
|
checkNever?: boolean;
|
|
5348
|
-
}
|
|
5348
|
+
},
|
|
5349
5349
|
];
|
|
5350
5350
|
// ----- @typescript-eslint/no-misused-promises -----
|
|
5351
5351
|
type TypescriptEslintNoMisusedPromises =
|
|
@@ -5363,7 +5363,7 @@ type TypescriptEslintNoMisusedPromises =
|
|
|
5363
5363
|
variables?: boolean;
|
|
5364
5364
|
};
|
|
5365
5365
|
checksSpreads?: boolean;
|
|
5366
|
-
}
|
|
5366
|
+
},
|
|
5367
5367
|
];
|
|
5368
5368
|
// ----- @typescript-eslint/no-namespace -----
|
|
5369
5369
|
type TypescriptEslintNoNamespace =
|
|
@@ -5373,7 +5373,7 @@ type TypescriptEslintNoNamespace =
|
|
|
5373
5373
|
allowDeclarations?: boolean;
|
|
5374
5374
|
|
|
5375
5375
|
allowDefinitionFiles?: boolean;
|
|
5376
|
-
}
|
|
5376
|
+
},
|
|
5377
5377
|
];
|
|
5378
5378
|
// ----- @typescript-eslint/no-redeclare -----
|
|
5379
5379
|
type TypescriptEslintNoRedeclare =
|
|
@@ -5382,7 +5382,7 @@ type TypescriptEslintNoRedeclare =
|
|
|
5382
5382
|
{
|
|
5383
5383
|
builtinGlobals?: boolean;
|
|
5384
5384
|
ignoreDeclarationMerge?: boolean;
|
|
5385
|
-
}
|
|
5385
|
+
},
|
|
5386
5386
|
];
|
|
5387
5387
|
// ----- @typescript-eslint/no-require-imports -----
|
|
5388
5388
|
type TypescriptEslintNoRequireImports =
|
|
@@ -5390,7 +5390,7 @@ type TypescriptEslintNoRequireImports =
|
|
|
5390
5390
|
| [
|
|
5391
5391
|
{
|
|
5392
5392
|
allow?: string[];
|
|
5393
|
-
}
|
|
5393
|
+
},
|
|
5394
5394
|
];
|
|
5395
5395
|
// ----- @typescript-eslint/no-restricted-imports -----
|
|
5396
5396
|
type TypescriptEslintNoRestrictedImports =
|
|
@@ -5434,7 +5434,7 @@ type TypescriptEslintNoRestrictedImports =
|
|
|
5434
5434
|
|
|
5435
5435
|
allowTypeImports?: boolean;
|
|
5436
5436
|
}[];
|
|
5437
|
-
}
|
|
5437
|
+
},
|
|
5438
5438
|
];
|
|
5439
5439
|
// ----- @typescript-eslint/no-shadow -----
|
|
5440
5440
|
type TypescriptEslintNoShadow =
|
|
@@ -5447,7 +5447,7 @@ type TypescriptEslintNoShadow =
|
|
|
5447
5447
|
ignoreOnInitialization?: boolean;
|
|
5448
5448
|
ignoreTypeValueShadow?: boolean;
|
|
5449
5449
|
ignoreFunctionTypeParameterNameValueShadow?: boolean;
|
|
5450
|
-
}
|
|
5450
|
+
},
|
|
5451
5451
|
];
|
|
5452
5452
|
// ----- @typescript-eslint/no-this-alias -----
|
|
5453
5453
|
type TypescriptEslintNoThisAlias =
|
|
@@ -5457,7 +5457,7 @@ type TypescriptEslintNoThisAlias =
|
|
|
5457
5457
|
allowDestructuring?: boolean;
|
|
5458
5458
|
|
|
5459
5459
|
allowedNames?: string[];
|
|
5460
|
-
}
|
|
5460
|
+
},
|
|
5461
5461
|
];
|
|
5462
5462
|
// ----- @typescript-eslint/no-throw-literal -----
|
|
5463
5463
|
type TypescriptEslintNoThrowLiteral =
|
|
@@ -5466,7 +5466,7 @@ type TypescriptEslintNoThrowLiteral =
|
|
|
5466
5466
|
{
|
|
5467
5467
|
allowThrowingAny?: boolean;
|
|
5468
5468
|
allowThrowingUnknown?: boolean;
|
|
5469
|
-
}
|
|
5469
|
+
},
|
|
5470
5470
|
];
|
|
5471
5471
|
// ----- @typescript-eslint/no-type-alias -----
|
|
5472
5472
|
type TypescriptEslintNoTypeAlias =
|
|
@@ -5508,7 +5508,7 @@ type TypescriptEslintNoTypeAlias =
|
|
|
5508
5508
|
| "in-unions-and-intersections";
|
|
5509
5509
|
|
|
5510
5510
|
allowGenerics?: "always" | "never";
|
|
5511
|
-
}
|
|
5511
|
+
},
|
|
5512
5512
|
];
|
|
5513
5513
|
// ----- @typescript-eslint/no-unnecessary-boolean-literal-compare -----
|
|
5514
5514
|
type TypescriptEslintNoUnnecessaryBooleanLiteralCompare =
|
|
@@ -5518,7 +5518,7 @@ type TypescriptEslintNoUnnecessaryBooleanLiteralCompare =
|
|
|
5518
5518
|
allowComparingNullableBooleansToTrue?: boolean;
|
|
5519
5519
|
|
|
5520
5520
|
allowComparingNullableBooleansToFalse?: boolean;
|
|
5521
|
-
}
|
|
5521
|
+
},
|
|
5522
5522
|
];
|
|
5523
5523
|
// ----- @typescript-eslint/no-unnecessary-condition -----
|
|
5524
5524
|
type TypescriptEslintNoUnnecessaryCondition =
|
|
@@ -5528,7 +5528,7 @@ type TypescriptEslintNoUnnecessaryCondition =
|
|
|
5528
5528
|
allowConstantLoopConditions?: boolean;
|
|
5529
5529
|
|
|
5530
5530
|
allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing?: boolean;
|
|
5531
|
-
}
|
|
5531
|
+
},
|
|
5532
5532
|
];
|
|
5533
5533
|
// ----- @typescript-eslint/no-unnecessary-type-assertion -----
|
|
5534
5534
|
type TypescriptEslintNoUnnecessaryTypeAssertion =
|
|
@@ -5536,7 +5536,7 @@ type TypescriptEslintNoUnnecessaryTypeAssertion =
|
|
|
5536
5536
|
| [
|
|
5537
5537
|
{
|
|
5538
5538
|
typesToIgnore?: string[];
|
|
5539
|
-
}
|
|
5539
|
+
},
|
|
5540
5540
|
];
|
|
5541
5541
|
// ----- @typescript-eslint/no-unused-expressions -----
|
|
5542
5542
|
type TypescriptEslintNoUnusedExpressions =
|
|
@@ -5547,7 +5547,7 @@ type TypescriptEslintNoUnusedExpressions =
|
|
|
5547
5547
|
allowTernary?: boolean;
|
|
5548
5548
|
allowTaggedTemplates?: boolean;
|
|
5549
5549
|
enforceForJSX?: boolean;
|
|
5550
|
-
}
|
|
5550
|
+
},
|
|
5551
5551
|
];
|
|
5552
5552
|
// ----- @typescript-eslint/no-unused-vars -----
|
|
5553
5553
|
type TypescriptEslintNoUnusedVars =
|
|
@@ -5563,7 +5563,7 @@ type TypescriptEslintNoUnusedVars =
|
|
|
5563
5563
|
caughtErrors?: "all" | "none";
|
|
5564
5564
|
caughtErrorsIgnorePattern?: string;
|
|
5565
5565
|
destructuredArrayIgnorePattern?: string;
|
|
5566
|
-
}
|
|
5566
|
+
},
|
|
5567
5567
|
];
|
|
5568
5568
|
// ----- @typescript-eslint/no-use-before-define -----
|
|
5569
5569
|
type TypescriptEslintNoUseBeforeDefine =
|
|
@@ -5578,7 +5578,7 @@ type TypescriptEslintNoUseBeforeDefine =
|
|
|
5578
5578
|
typedefs?: boolean;
|
|
5579
5579
|
ignoreTypeReferences?: boolean;
|
|
5580
5580
|
allowNamedExports?: boolean;
|
|
5581
|
-
}
|
|
5581
|
+
},
|
|
5582
5582
|
];
|
|
5583
5583
|
// ----- @typescript-eslint/no-var-requires -----
|
|
5584
5584
|
type TypescriptEslintNoVarRequires =
|
|
@@ -5586,7 +5586,7 @@ type TypescriptEslintNoVarRequires =
|
|
|
5586
5586
|
| [
|
|
5587
5587
|
{
|
|
5588
5588
|
allow?: string[];
|
|
5589
|
-
}
|
|
5589
|
+
},
|
|
5590
5590
|
];
|
|
5591
5591
|
// ----- @typescript-eslint/object-curly-spacing -----
|
|
5592
5592
|
type TypescriptEslintObjectCurlySpacing =
|
|
@@ -5597,7 +5597,7 @@ type TypescriptEslintObjectCurlySpacing =
|
|
|
5597
5597
|
{
|
|
5598
5598
|
arraysInObjects?: boolean;
|
|
5599
5599
|
objectsInObjects?: boolean;
|
|
5600
|
-
}
|
|
5600
|
+
},
|
|
5601
5601
|
];
|
|
5602
5602
|
// ----- @typescript-eslint/only-throw-error -----
|
|
5603
5603
|
type TypescriptEslintOnlyThrowError =
|
|
@@ -5606,7 +5606,7 @@ type TypescriptEslintOnlyThrowError =
|
|
|
5606
5606
|
{
|
|
5607
5607
|
allowThrowingAny?: boolean;
|
|
5608
5608
|
allowThrowingUnknown?: boolean;
|
|
5609
|
-
}
|
|
5609
|
+
},
|
|
5610
5610
|
];
|
|
5611
5611
|
// ----- @typescript-eslint/padding-line-between-statements -----
|
|
5612
5612
|
type _TypescriptEslintPaddingLineBetweenStatementsPaddingType =
|
|
@@ -5740,7 +5740,7 @@ type _TypescriptEslintPaddingLineBetweenStatementsStatementType =
|
|
|
5740
5740
|
| "with"
|
|
5741
5741
|
| "interface"
|
|
5742
5742
|
| "type"
|
|
5743
|
-
)[]
|
|
5743
|
+
)[],
|
|
5744
5744
|
];
|
|
5745
5745
|
type TypescriptEslintPaddingLineBetweenStatements = {
|
|
5746
5746
|
blankLine: _TypescriptEslintPaddingLineBetweenStatementsPaddingType;
|
|
@@ -5762,7 +5762,7 @@ type TypescriptEslintParameterProperties =
|
|
|
5762
5762
|
| "public readonly"
|
|
5763
5763
|
)[];
|
|
5764
5764
|
prefer?: "class-property" | "parameter-property";
|
|
5765
|
-
}
|
|
5765
|
+
},
|
|
5766
5766
|
];
|
|
5767
5767
|
// ----- @typescript-eslint/prefer-destructuring -----
|
|
5768
5768
|
type TypescriptEslintPreferDestructuring =
|
|
@@ -5781,7 +5781,7 @@ type TypescriptEslintPreferDestructuring =
|
|
|
5781
5781
|
| {
|
|
5782
5782
|
array?: boolean;
|
|
5783
5783
|
object?: boolean;
|
|
5784
|
-
}
|
|
5784
|
+
},
|
|
5785
5785
|
]
|
|
5786
5786
|
| [
|
|
5787
5787
|
(
|
|
@@ -5804,7 +5804,7 @@ type TypescriptEslintPreferDestructuring =
|
|
|
5804
5804
|
enforceForRenamedProperties?: boolean;
|
|
5805
5805
|
enforceForDeclarationWithTypeAnnotation?: boolean;
|
|
5806
5806
|
[k: string]: unknown | undefined;
|
|
5807
|
-
}
|
|
5807
|
+
},
|
|
5808
5808
|
];
|
|
5809
5809
|
// ----- @typescript-eslint/prefer-literal-enum-member -----
|
|
5810
5810
|
type TypescriptEslintPreferLiteralEnumMember =
|
|
@@ -5812,7 +5812,7 @@ type TypescriptEslintPreferLiteralEnumMember =
|
|
|
5812
5812
|
| [
|
|
5813
5813
|
{
|
|
5814
5814
|
allowBitwiseExpressions?: boolean;
|
|
5815
|
-
}
|
|
5815
|
+
},
|
|
5816
5816
|
];
|
|
5817
5817
|
// ----- @typescript-eslint/prefer-nullish-coalescing -----
|
|
5818
5818
|
type TypescriptEslintPreferNullishCoalescing =
|
|
@@ -5832,7 +5832,7 @@ type TypescriptEslintPreferNullishCoalescing =
|
|
|
5832
5832
|
}
|
|
5833
5833
|
| true;
|
|
5834
5834
|
ignoreTernaryTests?: boolean;
|
|
5835
|
-
}
|
|
5835
|
+
},
|
|
5836
5836
|
];
|
|
5837
5837
|
// ----- @typescript-eslint/prefer-optional-chain -----
|
|
5838
5838
|
type TypescriptEslintPreferOptionalChain =
|
|
@@ -5854,7 +5854,7 @@ type TypescriptEslintPreferOptionalChain =
|
|
|
5854
5854
|
requireNullish?: boolean;
|
|
5855
5855
|
|
|
5856
5856
|
allowPotentiallyUnsafeFixesThatModifyTheReturnTypeIKnowWhatImDoing?: boolean;
|
|
5857
|
-
}
|
|
5857
|
+
},
|
|
5858
5858
|
];
|
|
5859
5859
|
// ----- @typescript-eslint/prefer-promise-reject-errors -----
|
|
5860
5860
|
type TypescriptEslintPreferPromiseRejectErrors =
|
|
@@ -5862,7 +5862,7 @@ type TypescriptEslintPreferPromiseRejectErrors =
|
|
|
5862
5862
|
| [
|
|
5863
5863
|
{
|
|
5864
5864
|
allowEmptyReject?: boolean;
|
|
5865
|
-
}
|
|
5865
|
+
},
|
|
5866
5866
|
];
|
|
5867
5867
|
// ----- @typescript-eslint/prefer-readonly -----
|
|
5868
5868
|
type TypescriptEslintPreferReadonly =
|
|
@@ -5870,7 +5870,7 @@ type TypescriptEslintPreferReadonly =
|
|
|
5870
5870
|
| [
|
|
5871
5871
|
{
|
|
5872
5872
|
onlyInlineLambdas?: boolean;
|
|
5873
|
-
}
|
|
5873
|
+
},
|
|
5874
5874
|
];
|
|
5875
5875
|
// ----- @typescript-eslint/prefer-readonly-parameter-types -----
|
|
5876
5876
|
type TypescriptEslintPreferReadonlyParameterTypes =
|
|
@@ -5897,7 +5897,7 @@ type TypescriptEslintPreferReadonlyParameterTypes =
|
|
|
5897
5897
|
checkParameterProperties?: boolean;
|
|
5898
5898
|
ignoreInferredTypes?: boolean;
|
|
5899
5899
|
treatMethodsAsReadonly?: boolean;
|
|
5900
|
-
}
|
|
5900
|
+
},
|
|
5901
5901
|
];
|
|
5902
5902
|
// ----- @typescript-eslint/prefer-string-starts-ends-with -----
|
|
5903
5903
|
type TypescriptEslintPreferStringStartsEndsWith =
|
|
@@ -5905,7 +5905,7 @@ type TypescriptEslintPreferStringStartsEndsWith =
|
|
|
5905
5905
|
| [
|
|
5906
5906
|
{
|
|
5907
5907
|
allowSingleElementEquality?: "always" | "never";
|
|
5908
|
-
}
|
|
5908
|
+
},
|
|
5909
5909
|
];
|
|
5910
5910
|
// ----- @typescript-eslint/promise-function-async -----
|
|
5911
5911
|
type TypescriptEslintPromiseFunctionAsync =
|
|
@@ -5919,7 +5919,7 @@ type TypescriptEslintPromiseFunctionAsync =
|
|
|
5919
5919
|
checkFunctionDeclarations?: boolean;
|
|
5920
5920
|
checkFunctionExpressions?: boolean;
|
|
5921
5921
|
checkMethodDeclarations?: boolean;
|
|
5922
|
-
}
|
|
5922
|
+
},
|
|
5923
5923
|
];
|
|
5924
5924
|
// ----- @typescript-eslint/quotes -----
|
|
5925
5925
|
type TypescriptEslintQuotes =
|
|
@@ -5933,7 +5933,7 @@ type TypescriptEslintQuotes =
|
|
|
5933
5933
|
avoidEscape?: boolean;
|
|
5934
5934
|
allowTemplateLiterals?: boolean;
|
|
5935
5935
|
}
|
|
5936
|
-
)
|
|
5936
|
+
),
|
|
5937
5937
|
];
|
|
5938
5938
|
// ----- @typescript-eslint/require-array-sort-compare -----
|
|
5939
5939
|
type TypescriptEslintRequireArraySortCompare =
|
|
@@ -5941,7 +5941,7 @@ type TypescriptEslintRequireArraySortCompare =
|
|
|
5941
5941
|
| [
|
|
5942
5942
|
{
|
|
5943
5943
|
ignoreStringArrays?: boolean;
|
|
5944
|
-
}
|
|
5944
|
+
},
|
|
5945
5945
|
];
|
|
5946
5946
|
// ----- @typescript-eslint/restrict-plus-operands -----
|
|
5947
5947
|
type TypescriptEslintRestrictPlusOperands =
|
|
@@ -5959,7 +5959,7 @@ type TypescriptEslintRestrictPlusOperands =
|
|
|
5959
5959
|
allowRegExp?: boolean;
|
|
5960
5960
|
|
|
5961
5961
|
skipCompoundAssignments?: boolean;
|
|
5962
|
-
}
|
|
5962
|
+
},
|
|
5963
5963
|
];
|
|
5964
5964
|
// ----- @typescript-eslint/restrict-template-expressions -----
|
|
5965
5965
|
type TypescriptEslintRestrictTemplateExpressions =
|
|
@@ -5979,7 +5979,7 @@ type TypescriptEslintRestrictTemplateExpressions =
|
|
|
5979
5979
|
allowRegExp?: boolean;
|
|
5980
5980
|
|
|
5981
5981
|
allowNever?: boolean;
|
|
5982
|
-
}
|
|
5982
|
+
},
|
|
5983
5983
|
];
|
|
5984
5984
|
// ----- @typescript-eslint/return-await -----
|
|
5985
5985
|
type TypescriptEslintReturnAwait = [] | ["in-try-catch" | "always" | "never"];
|
|
@@ -5991,7 +5991,7 @@ type TypescriptEslintSemi =
|
|
|
5991
5991
|
"never",
|
|
5992
5992
|
{
|
|
5993
5993
|
beforeStatementContinuationChars?: "always" | "any" | "never";
|
|
5994
|
-
}
|
|
5994
|
+
},
|
|
5995
5995
|
]
|
|
5996
5996
|
| []
|
|
5997
5997
|
| ["always"]
|
|
@@ -6000,7 +6000,7 @@ type TypescriptEslintSemi =
|
|
|
6000
6000
|
{
|
|
6001
6001
|
omitLastInOneLineBlock?: boolean;
|
|
6002
6002
|
omitLastInOneLineClassBody?: boolean;
|
|
6003
|
-
}
|
|
6003
|
+
},
|
|
6004
6004
|
];
|
|
6005
6005
|
// ----- @typescript-eslint/sort-type-constituents -----
|
|
6006
6006
|
type TypescriptEslintSortTypeConstituents =
|
|
@@ -6027,7 +6027,7 @@ type TypescriptEslintSortTypeConstituents =
|
|
|
6027
6027
|
| "tuple"
|
|
6028
6028
|
| "union"
|
|
6029
6029
|
)[];
|
|
6030
|
-
}
|
|
6030
|
+
},
|
|
6031
6031
|
];
|
|
6032
6032
|
// ----- @typescript-eslint/space-before-blocks -----
|
|
6033
6033
|
type TypescriptEslintSpaceBeforeBlocks =
|
|
@@ -6038,7 +6038,7 @@ type TypescriptEslintSpaceBeforeBlocks =
|
|
|
6038
6038
|
keywords?: "always" | "never" | "off";
|
|
6039
6039
|
functions?: "always" | "never" | "off";
|
|
6040
6040
|
classes?: "always" | "never" | "off";
|
|
6041
|
-
}
|
|
6041
|
+
},
|
|
6042
6042
|
];
|
|
6043
6043
|
// ----- @typescript-eslint/space-before-function-paren -----
|
|
6044
6044
|
type TypescriptEslintSpaceBeforeFunctionParen =
|
|
@@ -6049,7 +6049,7 @@ type TypescriptEslintSpaceBeforeFunctionParen =
|
|
|
6049
6049
|
anonymous?: "always" | "never" | "ignore";
|
|
6050
6050
|
named?: "always" | "never" | "ignore";
|
|
6051
6051
|
asyncArrow?: "always" | "never" | "ignore";
|
|
6052
|
-
}
|
|
6052
|
+
},
|
|
6053
6053
|
];
|
|
6054
6054
|
// ----- @typescript-eslint/space-infix-ops -----
|
|
6055
6055
|
type TypescriptEslintSpaceInfixOps =
|
|
@@ -6057,7 +6057,7 @@ type TypescriptEslintSpaceInfixOps =
|
|
|
6057
6057
|
| [
|
|
6058
6058
|
{
|
|
6059
6059
|
int32Hint?: boolean;
|
|
6060
|
-
}
|
|
6060
|
+
},
|
|
6061
6061
|
];
|
|
6062
6062
|
// ----- @typescript-eslint/strict-boolean-expressions -----
|
|
6063
6063
|
type TypescriptEslintStrictBooleanExpressions =
|
|
@@ -6073,7 +6073,7 @@ type TypescriptEslintStrictBooleanExpressions =
|
|
|
6073
6073
|
allowNullableEnum?: boolean;
|
|
6074
6074
|
allowAny?: boolean;
|
|
6075
6075
|
allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing?: boolean;
|
|
6076
|
-
}
|
|
6076
|
+
},
|
|
6077
6077
|
];
|
|
6078
6078
|
// ----- @typescript-eslint/switch-exhaustiveness-check -----
|
|
6079
6079
|
type TypescriptEslintSwitchExhaustivenessCheck =
|
|
@@ -6083,7 +6083,7 @@ type TypescriptEslintSwitchExhaustivenessCheck =
|
|
|
6083
6083
|
allowDefaultCaseForExhaustiveSwitch?: boolean;
|
|
6084
6084
|
|
|
6085
6085
|
requireDefaultForNonUnion?: boolean;
|
|
6086
|
-
}
|
|
6086
|
+
},
|
|
6087
6087
|
];
|
|
6088
6088
|
// ----- @typescript-eslint/triple-slash-reference -----
|
|
6089
6089
|
type TypescriptEslintTripleSlashReference =
|
|
@@ -6093,7 +6093,7 @@ type TypescriptEslintTripleSlashReference =
|
|
|
6093
6093
|
lib?: "always" | "never";
|
|
6094
6094
|
path?: "always" | "never";
|
|
6095
6095
|
types?: "always" | "never" | "prefer-import";
|
|
6096
|
-
}
|
|
6096
|
+
},
|
|
6097
6097
|
];
|
|
6098
6098
|
// ----- @typescript-eslint/type-annotation-spacing -----
|
|
6099
6099
|
type TypescriptEslintTypeAnnotationSpacing =
|
|
@@ -6110,7 +6110,7 @@ type TypescriptEslintTypeAnnotationSpacing =
|
|
|
6110
6110
|
property?: _TypescriptEslintTypeAnnotationSpacing_SpacingConfig;
|
|
6111
6111
|
returnType?: _TypescriptEslintTypeAnnotationSpacing_SpacingConfig;
|
|
6112
6112
|
};
|
|
6113
|
-
}
|
|
6113
|
+
},
|
|
6114
6114
|
];
|
|
6115
6115
|
interface _TypescriptEslintTypeAnnotationSpacing_SpacingConfig {
|
|
6116
6116
|
before?: boolean;
|
|
@@ -6129,7 +6129,7 @@ type TypescriptEslintTypedef =
|
|
|
6129
6129
|
propertyDeclaration?: boolean;
|
|
6130
6130
|
variableDeclaration?: boolean;
|
|
6131
6131
|
variableDeclarationIgnoreFunction?: boolean;
|
|
6132
|
-
}
|
|
6132
|
+
},
|
|
6133
6133
|
];
|
|
6134
6134
|
// ----- @typescript-eslint/unbound-method -----
|
|
6135
6135
|
type TypescriptEslintUnboundMethod =
|
|
@@ -6137,7 +6137,7 @@ type TypescriptEslintUnboundMethod =
|
|
|
6137
6137
|
| [
|
|
6138
6138
|
{
|
|
6139
6139
|
ignoreStatic?: boolean;
|
|
6140
|
-
}
|
|
6140
|
+
},
|
|
6141
6141
|
];
|
|
6142
6142
|
// ----- @typescript-eslint/unified-signatures -----
|
|
6143
6143
|
type TypescriptEslintUnifiedSignatures =
|
|
@@ -6145,7 +6145,7 @@ type TypescriptEslintUnifiedSignatures =
|
|
|
6145
6145
|
| [
|
|
6146
6146
|
{
|
|
6147
6147
|
ignoreDifferentlyNamedParameters?: boolean;
|
|
6148
|
-
}
|
|
6148
|
+
},
|
|
6149
6149
|
];
|
|
6150
6150
|
// ----- banner/banner -----
|
|
6151
6151
|
type BannerBanner =
|
|
@@ -6159,7 +6159,7 @@ type BannerBanner =
|
|
|
6159
6159
|
commentType?: string;
|
|
6160
6160
|
|
|
6161
6161
|
numNewlines?: number;
|
|
6162
|
-
}
|
|
6162
|
+
},
|
|
6163
6163
|
];
|
|
6164
6164
|
// ----- json/* -----
|
|
6165
6165
|
// ----- json/colon-expected -----
|
|
@@ -6169,7 +6169,7 @@ type JsonColonExpected =
|
|
|
6169
6169
|
| "allowComments"
|
|
6170
6170
|
| {
|
|
6171
6171
|
allowComments?: boolean;
|
|
6172
|
-
}
|
|
6172
|
+
},
|
|
6173
6173
|
];
|
|
6174
6174
|
// ----- json/comma-expected -----
|
|
6175
6175
|
type JsonCommaExpected =
|
|
@@ -6178,7 +6178,7 @@ type JsonCommaExpected =
|
|
|
6178
6178
|
| "allowComments"
|
|
6179
6179
|
| {
|
|
6180
6180
|
allowComments?: boolean;
|
|
6181
|
-
}
|
|
6181
|
+
},
|
|
6182
6182
|
];
|
|
6183
6183
|
// ----- json/comma-or-close-backet-expected -----
|
|
6184
6184
|
type JsonCommaOrCloseBacketExpected =
|
|
@@ -6187,7 +6187,7 @@ type JsonCommaOrCloseBacketExpected =
|
|
|
6187
6187
|
| "allowComments"
|
|
6188
6188
|
| {
|
|
6189
6189
|
allowComments?: boolean;
|
|
6190
|
-
}
|
|
6190
|
+
},
|
|
6191
6191
|
];
|
|
6192
6192
|
// ----- json/comma-or-close-brace-expected -----
|
|
6193
6193
|
type JsonCommaOrCloseBraceExpected =
|
|
@@ -6196,7 +6196,7 @@ type JsonCommaOrCloseBraceExpected =
|
|
|
6196
6196
|
| "allowComments"
|
|
6197
6197
|
| {
|
|
6198
6198
|
allowComments?: boolean;
|
|
6199
|
-
}
|
|
6199
|
+
},
|
|
6200
6200
|
];
|
|
6201
6201
|
// ----- json/comment-not-permitted -----
|
|
6202
6202
|
type JsonCommentNotPermitted =
|
|
@@ -6205,7 +6205,7 @@ type JsonCommentNotPermitted =
|
|
|
6205
6205
|
| "allowComments"
|
|
6206
6206
|
| {
|
|
6207
6207
|
allowComments?: boolean;
|
|
6208
|
-
}
|
|
6208
|
+
},
|
|
6209
6209
|
];
|
|
6210
6210
|
// ----- json/duplicate-key -----
|
|
6211
6211
|
type JsonDuplicateKey =
|
|
@@ -6214,7 +6214,7 @@ type JsonDuplicateKey =
|
|
|
6214
6214
|
| "allowComments"
|
|
6215
6215
|
| {
|
|
6216
6216
|
allowComments?: boolean;
|
|
6217
|
-
}
|
|
6217
|
+
},
|
|
6218
6218
|
];
|
|
6219
6219
|
// ----- json/enum-value-mismatch -----
|
|
6220
6220
|
type JsonEnumValueMismatch =
|
|
@@ -6223,7 +6223,7 @@ type JsonEnumValueMismatch =
|
|
|
6223
6223
|
| "allowComments"
|
|
6224
6224
|
| {
|
|
6225
6225
|
allowComments?: boolean;
|
|
6226
|
-
}
|
|
6226
|
+
},
|
|
6227
6227
|
];
|
|
6228
6228
|
// ----- json/invalid-character -----
|
|
6229
6229
|
type JsonInvalidCharacter =
|
|
@@ -6232,7 +6232,7 @@ type JsonInvalidCharacter =
|
|
|
6232
6232
|
| "allowComments"
|
|
6233
6233
|
| {
|
|
6234
6234
|
allowComments?: boolean;
|
|
6235
|
-
}
|
|
6235
|
+
},
|
|
6236
6236
|
];
|
|
6237
6237
|
// ----- json/invalid-escape-character -----
|
|
6238
6238
|
type JsonInvalidEscapeCharacter =
|
|
@@ -6241,7 +6241,7 @@ type JsonInvalidEscapeCharacter =
|
|
|
6241
6241
|
| "allowComments"
|
|
6242
6242
|
| {
|
|
6243
6243
|
allowComments?: boolean;
|
|
6244
|
-
}
|
|
6244
|
+
},
|
|
6245
6245
|
];
|
|
6246
6246
|
// ----- json/invalid-unicode -----
|
|
6247
6247
|
type JsonInvalidUnicode =
|
|
@@ -6250,7 +6250,7 @@ type JsonInvalidUnicode =
|
|
|
6250
6250
|
| "allowComments"
|
|
6251
6251
|
| {
|
|
6252
6252
|
allowComments?: boolean;
|
|
6253
|
-
}
|
|
6253
|
+
},
|
|
6254
6254
|
];
|
|
6255
6255
|
// ----- json/json -----
|
|
6256
6256
|
type JsonJson =
|
|
@@ -6259,7 +6259,7 @@ type JsonJson =
|
|
|
6259
6259
|
| "allowComments"
|
|
6260
6260
|
| {
|
|
6261
6261
|
allowComments?: boolean;
|
|
6262
|
-
}
|
|
6262
|
+
},
|
|
6263
6263
|
];
|
|
6264
6264
|
// ----- json/property-expected -----
|
|
6265
6265
|
type JsonPropertyExpected =
|
|
@@ -6268,7 +6268,7 @@ type JsonPropertyExpected =
|
|
|
6268
6268
|
| "allowComments"
|
|
6269
6269
|
| {
|
|
6270
6270
|
allowComments?: boolean;
|
|
6271
|
-
}
|
|
6271
|
+
},
|
|
6272
6272
|
];
|
|
6273
6273
|
// ----- json/schema-resolve-error -----
|
|
6274
6274
|
type JsonSchemaResolveError =
|
|
@@ -6277,7 +6277,7 @@ type JsonSchemaResolveError =
|
|
|
6277
6277
|
| "allowComments"
|
|
6278
6278
|
| {
|
|
6279
6279
|
allowComments?: boolean;
|
|
6280
|
-
}
|
|
6280
|
+
},
|
|
6281
6281
|
];
|
|
6282
6282
|
// ----- json/trailing-comma -----
|
|
6283
6283
|
type JsonTrailingComma =
|
|
@@ -6286,7 +6286,7 @@ type JsonTrailingComma =
|
|
|
6286
6286
|
| "allowComments"
|
|
6287
6287
|
| {
|
|
6288
6288
|
allowComments?: boolean;
|
|
6289
|
-
}
|
|
6289
|
+
},
|
|
6290
6290
|
];
|
|
6291
6291
|
// ----- json/undefined -----
|
|
6292
6292
|
type JsonUndefined =
|
|
@@ -6295,7 +6295,7 @@ type JsonUndefined =
|
|
|
6295
6295
|
| "allowComments"
|
|
6296
6296
|
| {
|
|
6297
6297
|
allowComments?: boolean;
|
|
6298
|
-
}
|
|
6298
|
+
},
|
|
6299
6299
|
];
|
|
6300
6300
|
// ----- json/unexpected-end-of-comment -----
|
|
6301
6301
|
type JsonUnexpectedEndOfComment =
|
|
@@ -6304,7 +6304,7 @@ type JsonUnexpectedEndOfComment =
|
|
|
6304
6304
|
| "allowComments"
|
|
6305
6305
|
| {
|
|
6306
6306
|
allowComments?: boolean;
|
|
6307
|
-
}
|
|
6307
|
+
},
|
|
6308
6308
|
];
|
|
6309
6309
|
// ----- json/unexpected-end-of-number -----
|
|
6310
6310
|
type JsonUnexpectedEndOfNumber =
|
|
@@ -6313,7 +6313,7 @@ type JsonUnexpectedEndOfNumber =
|
|
|
6313
6313
|
| "allowComments"
|
|
6314
6314
|
| {
|
|
6315
6315
|
allowComments?: boolean;
|
|
6316
|
-
}
|
|
6316
|
+
},
|
|
6317
6317
|
];
|
|
6318
6318
|
// ----- json/unexpected-end-of-string -----
|
|
6319
6319
|
type JsonUnexpectedEndOfString =
|
|
@@ -6322,7 +6322,7 @@ type JsonUnexpectedEndOfString =
|
|
|
6322
6322
|
| "allowComments"
|
|
6323
6323
|
| {
|
|
6324
6324
|
allowComments?: boolean;
|
|
6325
|
-
}
|
|
6325
|
+
},
|
|
6326
6326
|
];
|
|
6327
6327
|
// ----- json/unknown -----
|
|
6328
6328
|
type JsonUnknown =
|
|
@@ -6331,7 +6331,7 @@ type JsonUnknown =
|
|
|
6331
6331
|
| "allowComments"
|
|
6332
6332
|
| {
|
|
6333
6333
|
allowComments?: boolean;
|
|
6334
|
-
}
|
|
6334
|
+
},
|
|
6335
6335
|
];
|
|
6336
6336
|
// ----- json/value-expected -----
|
|
6337
6337
|
type JsonValueExpected =
|
|
@@ -6340,7 +6340,7 @@ type JsonValueExpected =
|
|
|
6340
6340
|
| "allowComments"
|
|
6341
6341
|
| {
|
|
6342
6342
|
allowComments?: boolean;
|
|
6343
|
-
}
|
|
6343
|
+
},
|
|
6344
6344
|
];
|
|
6345
6345
|
// ----- prettier/prettier -----
|
|
6346
6346
|
type PrettierPrettier =
|
|
@@ -6348,7 +6348,7 @@ type PrettierPrettier =
|
|
|
6348
6348
|
| [
|
|
6349
6349
|
{
|
|
6350
6350
|
[k: string]: unknown | undefined;
|
|
6351
|
-
}
|
|
6351
|
+
},
|
|
6352
6352
|
]
|
|
6353
6353
|
| [
|
|
6354
6354
|
{
|
|
@@ -6360,7 +6360,7 @@ type PrettierPrettier =
|
|
|
6360
6360
|
[k: string]: unknown | undefined;
|
|
6361
6361
|
};
|
|
6362
6362
|
[k: string]: unknown | undefined;
|
|
6363
|
-
}
|
|
6363
|
+
},
|
|
6364
6364
|
];
|
|
6365
6365
|
// ----- unicorn/better-regex -----
|
|
6366
6366
|
type UnicornBetterRegex =
|
|
@@ -6368,7 +6368,7 @@ type UnicornBetterRegex =
|
|
|
6368
6368
|
| [
|
|
6369
6369
|
{
|
|
6370
6370
|
sortCharacterClasses?: boolean;
|
|
6371
|
-
}
|
|
6371
|
+
},
|
|
6372
6372
|
];
|
|
6373
6373
|
// ----- unicorn/catch-error-name -----
|
|
6374
6374
|
type UnicornCatchErrorName =
|
|
@@ -6377,7 +6377,7 @@ type UnicornCatchErrorName =
|
|
|
6377
6377
|
{
|
|
6378
6378
|
name?: string;
|
|
6379
6379
|
ignore?: unknown[];
|
|
6380
|
-
}
|
|
6380
|
+
},
|
|
6381
6381
|
];
|
|
6382
6382
|
// ----- unicorn/consistent-function-scoping -----
|
|
6383
6383
|
type UnicornConsistentFunctionScoping =
|
|
@@ -6385,7 +6385,7 @@ type UnicornConsistentFunctionScoping =
|
|
|
6385
6385
|
| [
|
|
6386
6386
|
{
|
|
6387
6387
|
checkArrowFunctions?: boolean;
|
|
6388
|
-
}
|
|
6388
|
+
},
|
|
6389
6389
|
];
|
|
6390
6390
|
// ----- unicorn/expiring-todo-comments -----
|
|
6391
6391
|
type UnicornExpiringTodoComments =
|
|
@@ -6397,7 +6397,7 @@ type UnicornExpiringTodoComments =
|
|
|
6397
6397
|
ignoreDatesOnPullRequests?: boolean;
|
|
6398
6398
|
allowWarningComments?: boolean;
|
|
6399
6399
|
date?: string;
|
|
6400
|
-
}
|
|
6400
|
+
},
|
|
6401
6401
|
];
|
|
6402
6402
|
// ----- unicorn/explicit-length-check -----
|
|
6403
6403
|
type UnicornExplicitLengthCheck =
|
|
@@ -6405,7 +6405,7 @@ type UnicornExplicitLengthCheck =
|
|
|
6405
6405
|
| [
|
|
6406
6406
|
{
|
|
6407
6407
|
"non-zero"?: "greater-than" | "not-equal";
|
|
6408
|
-
}
|
|
6408
|
+
},
|
|
6409
6409
|
];
|
|
6410
6410
|
// ----- unicorn/filename-case -----
|
|
6411
6411
|
type UnicornFilenameCase =
|
|
@@ -6425,7 +6425,7 @@ type UnicornFilenameCase =
|
|
|
6425
6425
|
};
|
|
6426
6426
|
ignore?: unknown[];
|
|
6427
6427
|
multipleFileExtensions?: boolean;
|
|
6428
|
-
}
|
|
6428
|
+
},
|
|
6429
6429
|
];
|
|
6430
6430
|
// ----- unicorn/import-style -----
|
|
6431
6431
|
type UnicornImportStyle =
|
|
@@ -6438,7 +6438,7 @@ type UnicornImportStyle =
|
|
|
6438
6438
|
checkRequire?: boolean;
|
|
6439
6439
|
extendDefaultStyles?: boolean;
|
|
6440
6440
|
styles?: _UnicornImportStyle_ModuleStyles;
|
|
6441
|
-
}
|
|
6441
|
+
},
|
|
6442
6442
|
];
|
|
6443
6443
|
type _UnicornImportStyleStyles =
|
|
6444
6444
|
| (false | _UnicornImportStyle_BooleanObject)
|
|
@@ -6455,7 +6455,7 @@ type UnicornNoArrayPushPush =
|
|
|
6455
6455
|
| [
|
|
6456
6456
|
{
|
|
6457
6457
|
ignore?: unknown[];
|
|
6458
|
-
}
|
|
6458
|
+
},
|
|
6459
6459
|
];
|
|
6460
6460
|
// ----- unicorn/no-array-reduce -----
|
|
6461
6461
|
type UnicornNoArrayReduce =
|
|
@@ -6463,7 +6463,7 @@ type UnicornNoArrayReduce =
|
|
|
6463
6463
|
| [
|
|
6464
6464
|
{
|
|
6465
6465
|
allowSimpleOperations?: boolean;
|
|
6466
|
-
}
|
|
6466
|
+
},
|
|
6467
6467
|
];
|
|
6468
6468
|
// ----- unicorn/no-keyword-prefix -----
|
|
6469
6469
|
type UnicornNoKeywordPrefix =
|
|
@@ -6473,7 +6473,7 @@ type UnicornNoKeywordPrefix =
|
|
|
6473
6473
|
disallowedPrefixes?: [] | [string];
|
|
6474
6474
|
checkProperties?: boolean;
|
|
6475
6475
|
onlyCamelCase?: boolean;
|
|
6476
|
-
}
|
|
6476
|
+
},
|
|
6477
6477
|
];
|
|
6478
6478
|
// ----- unicorn/no-null -----
|
|
6479
6479
|
type UnicornNoNull =
|
|
@@ -6481,7 +6481,7 @@ type UnicornNoNull =
|
|
|
6481
6481
|
| [
|
|
6482
6482
|
{
|
|
6483
6483
|
checkStrictEquality?: boolean;
|
|
6484
|
-
}
|
|
6484
|
+
},
|
|
6485
6485
|
];
|
|
6486
6486
|
// ----- unicorn/no-typeof-undefined -----
|
|
6487
6487
|
type UnicornNoTypeofUndefined =
|
|
@@ -6489,7 +6489,7 @@ type UnicornNoTypeofUndefined =
|
|
|
6489
6489
|
| [
|
|
6490
6490
|
{
|
|
6491
6491
|
checkGlobalVariables?: boolean;
|
|
6492
|
-
}
|
|
6492
|
+
},
|
|
6493
6493
|
];
|
|
6494
6494
|
// ----- unicorn/no-unnecessary-polyfills -----
|
|
6495
6495
|
type UnicornNoUnnecessaryPolyfills =
|
|
@@ -6502,7 +6502,7 @@ type UnicornNoUnnecessaryPolyfills =
|
|
|
6502
6502
|
| {
|
|
6503
6503
|
[k: string]: unknown | undefined;
|
|
6504
6504
|
};
|
|
6505
|
-
}
|
|
6505
|
+
},
|
|
6506
6506
|
];
|
|
6507
6507
|
// ----- unicorn/no-useless-undefined -----
|
|
6508
6508
|
type UnicornNoUselessUndefined =
|
|
@@ -6511,7 +6511,7 @@ type UnicornNoUselessUndefined =
|
|
|
6511
6511
|
{
|
|
6512
6512
|
checkArguments?: boolean;
|
|
6513
6513
|
checkArrowFunctionBody?: boolean;
|
|
6514
|
-
}
|
|
6514
|
+
},
|
|
6515
6515
|
];
|
|
6516
6516
|
// ----- unicorn/numeric-separators-style -----
|
|
6517
6517
|
type UnicornNumericSeparatorsStyle =
|
|
@@ -6539,7 +6539,7 @@ type UnicornNumericSeparatorsStyle =
|
|
|
6539
6539
|
groupLength?: number;
|
|
6540
6540
|
};
|
|
6541
6541
|
onlyIfContainsSeparator?: boolean;
|
|
6542
|
-
}
|
|
6542
|
+
},
|
|
6543
6543
|
];
|
|
6544
6544
|
// ----- unicorn/prefer-add-event-listener -----
|
|
6545
6545
|
type UnicornPreferAddEventListener =
|
|
@@ -6547,7 +6547,7 @@ type UnicornPreferAddEventListener =
|
|
|
6547
6547
|
| [
|
|
6548
6548
|
{
|
|
6549
6549
|
excludedPackages?: string[];
|
|
6550
|
-
}
|
|
6550
|
+
},
|
|
6551
6551
|
];
|
|
6552
6552
|
// ----- unicorn/prefer-array-find -----
|
|
6553
6553
|
type UnicornPreferArrayFind =
|
|
@@ -6555,7 +6555,7 @@ type UnicornPreferArrayFind =
|
|
|
6555
6555
|
| [
|
|
6556
6556
|
{
|
|
6557
6557
|
checkFromLast?: boolean;
|
|
6558
|
-
}
|
|
6558
|
+
},
|
|
6559
6559
|
];
|
|
6560
6560
|
// ----- unicorn/prefer-array-flat -----
|
|
6561
6561
|
type UnicornPreferArrayFlat =
|
|
@@ -6563,7 +6563,7 @@ type UnicornPreferArrayFlat =
|
|
|
6563
6563
|
| [
|
|
6564
6564
|
{
|
|
6565
6565
|
functions?: unknown[];
|
|
6566
|
-
}
|
|
6566
|
+
},
|
|
6567
6567
|
];
|
|
6568
6568
|
// ----- unicorn/prefer-at -----
|
|
6569
6569
|
type UnicornPreferAt =
|
|
@@ -6572,7 +6572,7 @@ type UnicornPreferAt =
|
|
|
6572
6572
|
{
|
|
6573
6573
|
getLastElementFunctions?: unknown[];
|
|
6574
6574
|
checkAllIndexAccess?: boolean;
|
|
6575
|
-
}
|
|
6575
|
+
},
|
|
6576
6576
|
];
|
|
6577
6577
|
// ----- unicorn/prefer-export-from -----
|
|
6578
6578
|
type UnicornPreferExportFrom =
|
|
@@ -6580,7 +6580,7 @@ type UnicornPreferExportFrom =
|
|
|
6580
6580
|
| [
|
|
6581
6581
|
{
|
|
6582
6582
|
ignoreUsedVariables?: boolean;
|
|
6583
|
-
}
|
|
6583
|
+
},
|
|
6584
6584
|
];
|
|
6585
6585
|
// ----- unicorn/prefer-number-properties -----
|
|
6586
6586
|
type UnicornPreferNumberProperties =
|
|
@@ -6589,7 +6589,7 @@ type UnicornPreferNumberProperties =
|
|
|
6589
6589
|
{
|
|
6590
6590
|
checkInfinity?: boolean;
|
|
6591
6591
|
checkNaN?: boolean;
|
|
6592
|
-
}
|
|
6592
|
+
},
|
|
6593
6593
|
];
|
|
6594
6594
|
// ----- unicorn/prefer-object-from-entries -----
|
|
6595
6595
|
type UnicornPreferObjectFromEntries =
|
|
@@ -6597,7 +6597,7 @@ type UnicornPreferObjectFromEntries =
|
|
|
6597
6597
|
| [
|
|
6598
6598
|
{
|
|
6599
6599
|
functions?: unknown[];
|
|
6600
|
-
}
|
|
6600
|
+
},
|
|
6601
6601
|
];
|
|
6602
6602
|
// ----- unicorn/prefer-structured-clone -----
|
|
6603
6603
|
type UnicornPreferStructuredClone =
|
|
@@ -6605,7 +6605,7 @@ type UnicornPreferStructuredClone =
|
|
|
6605
6605
|
| [
|
|
6606
6606
|
{
|
|
6607
6607
|
functions?: unknown[];
|
|
6608
|
-
}
|
|
6608
|
+
},
|
|
6609
6609
|
];
|
|
6610
6610
|
// ----- unicorn/prefer-switch -----
|
|
6611
6611
|
type UnicornPreferSwitch =
|
|
@@ -6617,7 +6617,7 @@ type UnicornPreferSwitch =
|
|
|
6617
6617
|
| "no-default-comment"
|
|
6618
6618
|
| "do-nothing-comment"
|
|
6619
6619
|
| "no-default-case";
|
|
6620
|
-
}
|
|
6620
|
+
},
|
|
6621
6621
|
];
|
|
6622
6622
|
// ----- unicorn/prefer-ternary -----
|
|
6623
6623
|
type UnicornPreferTernary = [] | ["always" | "only-single-line"];
|
|
@@ -6637,7 +6637,7 @@ type UnicornPreventAbbreviations =
|
|
|
6637
6637
|
extendDefaultAllowList?: boolean;
|
|
6638
6638
|
allowList?: _UnicornPreventAbbreviations_BooleanObject;
|
|
6639
6639
|
ignore?: unknown[];
|
|
6640
|
-
}
|
|
6640
|
+
},
|
|
6641
6641
|
];
|
|
6642
6642
|
type _UnicornPreventAbbreviationsReplacements =
|
|
6643
6643
|
| (false | _UnicornPreventAbbreviations_BooleanObject)
|
|
@@ -6667,7 +6667,7 @@ type UnicornStringContent =
|
|
|
6667
6667
|
)
|
|
6668
6668
|
| undefined;
|
|
6669
6669
|
};
|
|
6670
|
-
}
|
|
6670
|
+
},
|
|
6671
6671
|
];
|
|
6672
6672
|
// ----- unicorn/switch-case-braces -----
|
|
6673
6673
|
type UnicornSwitchCaseBraces = [] | ["always" | "avoid"];
|
|
@@ -6681,7 +6681,7 @@ type UnicornTemplateIndent =
|
|
|
6681
6681
|
functions?: string[];
|
|
6682
6682
|
selectors?: string[];
|
|
6683
6683
|
comments?: string[];
|
|
6684
|
-
}
|
|
6684
|
+
},
|
|
6685
6685
|
];
|
|
6686
6686
|
// ----- yml/block-mapping -----
|
|
6687
6687
|
type YmlBlockMapping =
|
|
@@ -6691,7 +6691,7 @@ type YmlBlockMapping =
|
|
|
6691
6691
|
| {
|
|
6692
6692
|
singleline?: "always" | "never" | "ignore";
|
|
6693
6693
|
multiline?: "always" | "never" | "ignore";
|
|
6694
|
-
}
|
|
6694
|
+
},
|
|
6695
6695
|
];
|
|
6696
6696
|
// ----- yml/block-mapping-colon-indicator-newline -----
|
|
6697
6697
|
type YmlBlockMappingColonIndicatorNewline = [] | ["always" | "never"];
|
|
@@ -6705,7 +6705,7 @@ type YmlBlockSequence =
|
|
|
6705
6705
|
| {
|
|
6706
6706
|
singleline?: "always" | "never" | "ignore";
|
|
6707
6707
|
multiline?: "always" | "never" | "ignore";
|
|
6708
|
-
}
|
|
6708
|
+
},
|
|
6709
6709
|
];
|
|
6710
6710
|
// ----- yml/block-sequence-hyphen-indicator-newline -----
|
|
6711
6711
|
type YmlBlockSequenceHyphenIndicatorNewline =
|
|
@@ -6716,7 +6716,7 @@ type YmlBlockSequenceHyphenIndicatorNewline =
|
|
|
6716
6716
|
{
|
|
6717
6717
|
nestedHyphen?: "always" | "never";
|
|
6718
6718
|
blockMapping?: "always" | "never";
|
|
6719
|
-
}
|
|
6719
|
+
},
|
|
6720
6720
|
];
|
|
6721
6721
|
// ----- yml/file-extension -----
|
|
6722
6722
|
type YmlFileExtension =
|
|
@@ -6725,7 +6725,7 @@ type YmlFileExtension =
|
|
|
6725
6725
|
{
|
|
6726
6726
|
extension?: "yaml" | "yml";
|
|
6727
6727
|
caseSensitive?: boolean;
|
|
6728
|
-
}
|
|
6728
|
+
},
|
|
6729
6729
|
];
|
|
6730
6730
|
// ----- yml/flow-mapping-curly-newline -----
|
|
6731
6731
|
type YmlFlowMappingCurlyNewline =
|
|
@@ -6736,7 +6736,7 @@ type YmlFlowMappingCurlyNewline =
|
|
|
6736
6736
|
multiline?: boolean;
|
|
6737
6737
|
minProperties?: number;
|
|
6738
6738
|
consistent?: boolean;
|
|
6739
|
-
}
|
|
6739
|
+
},
|
|
6740
6740
|
];
|
|
6741
6741
|
// ----- yml/flow-mapping-curly-spacing -----
|
|
6742
6742
|
type YmlFlowMappingCurlySpacing =
|
|
@@ -6747,7 +6747,7 @@ type YmlFlowMappingCurlySpacing =
|
|
|
6747
6747
|
{
|
|
6748
6748
|
arraysInObjects?: boolean;
|
|
6749
6749
|
objectsInObjects?: boolean;
|
|
6750
|
-
}
|
|
6750
|
+
},
|
|
6751
6751
|
];
|
|
6752
6752
|
// ----- yml/flow-sequence-bracket-newline -----
|
|
6753
6753
|
type YmlFlowSequenceBracketNewline =
|
|
@@ -6757,7 +6757,7 @@ type YmlFlowSequenceBracketNewline =
|
|
|
6757
6757
|
| {
|
|
6758
6758
|
multiline?: boolean;
|
|
6759
6759
|
minItems?: number | null;
|
|
6760
|
-
}
|
|
6760
|
+
},
|
|
6761
6761
|
];
|
|
6762
6762
|
// ----- yml/flow-sequence-bracket-spacing -----
|
|
6763
6763
|
type YmlFlowSequenceBracketSpacing =
|
|
@@ -6769,7 +6769,7 @@ type YmlFlowSequenceBracketSpacing =
|
|
|
6769
6769
|
singleValue?: boolean;
|
|
6770
6770
|
objectsInArrays?: boolean;
|
|
6771
6771
|
arraysInArrays?: boolean;
|
|
6772
|
-
}
|
|
6772
|
+
},
|
|
6773
6773
|
];
|
|
6774
6774
|
// ----- yml/indent -----
|
|
6775
6775
|
type YmlIndent =
|
|
@@ -6780,7 +6780,7 @@ type YmlIndent =
|
|
|
6780
6780
|
{
|
|
6781
6781
|
indentBlockSequences?: boolean;
|
|
6782
6782
|
indicatorValueIndent?: number;
|
|
6783
|
-
}
|
|
6783
|
+
},
|
|
6784
6784
|
];
|
|
6785
6785
|
// ----- yml/key-name-casing -----
|
|
6786
6786
|
type YmlKeyNameCasing =
|
|
@@ -6793,7 +6793,7 @@ type YmlKeyNameCasing =
|
|
|
6793
6793
|
"kebab-case"?: boolean;
|
|
6794
6794
|
snake_case?: boolean;
|
|
6795
6795
|
ignores?: string[];
|
|
6796
|
-
}
|
|
6796
|
+
},
|
|
6797
6797
|
];
|
|
6798
6798
|
// ----- yml/key-spacing -----
|
|
6799
6799
|
type YmlKeySpacing =
|
|
@@ -6849,7 +6849,7 @@ type YmlKeySpacing =
|
|
|
6849
6849
|
beforeColon?: boolean;
|
|
6850
6850
|
afterColon?: boolean;
|
|
6851
6851
|
};
|
|
6852
|
-
}
|
|
6852
|
+
},
|
|
6853
6853
|
];
|
|
6854
6854
|
// ----- yml/no-irregular-whitespace -----
|
|
6855
6855
|
type YmlNoIrregularWhitespace =
|
|
@@ -6858,7 +6858,7 @@ type YmlNoIrregularWhitespace =
|
|
|
6858
6858
|
{
|
|
6859
6859
|
skipComments?: boolean;
|
|
6860
6860
|
skipQuotedScalars?: boolean;
|
|
6861
|
-
}
|
|
6861
|
+
},
|
|
6862
6862
|
];
|
|
6863
6863
|
// ----- yml/no-multiple-empty-lines -----
|
|
6864
6864
|
type YmlNoMultipleEmptyLines =
|
|
@@ -6868,7 +6868,7 @@ type YmlNoMultipleEmptyLines =
|
|
|
6868
6868
|
max: number;
|
|
6869
6869
|
maxEOF?: number;
|
|
6870
6870
|
maxBOF?: number;
|
|
6871
|
-
}
|
|
6871
|
+
},
|
|
6872
6872
|
];
|
|
6873
6873
|
// ----- yml/plain-scalar -----
|
|
6874
6874
|
type YmlPlainScalar =
|
|
@@ -6878,7 +6878,7 @@ type YmlPlainScalar =
|
|
|
6878
6878
|
"always" | "never",
|
|
6879
6879
|
{
|
|
6880
6880
|
ignorePatterns?: string[];
|
|
6881
|
-
}
|
|
6881
|
+
},
|
|
6882
6882
|
];
|
|
6883
6883
|
// ----- yml/quotes -----
|
|
6884
6884
|
type YmlQuotes =
|
|
@@ -6887,7 +6887,7 @@ type YmlQuotes =
|
|
|
6887
6887
|
{
|
|
6888
6888
|
prefer?: "double" | "single";
|
|
6889
6889
|
avoidEscape?: boolean;
|
|
6890
|
-
}
|
|
6890
|
+
},
|
|
6891
6891
|
];
|
|
6892
6892
|
// ----- yml/sort-keys -----
|
|
6893
6893
|
type YmlSortKeys =
|
|
@@ -6937,7 +6937,7 @@ type YmlSortKeys =
|
|
|
6937
6937
|
};
|
|
6938
6938
|
minKeys?: number;
|
|
6939
6939
|
allowLineSeparatedGroups?: boolean;
|
|
6940
|
-
}[]
|
|
6940
|
+
}[],
|
|
6941
6941
|
]
|
|
6942
6942
|
| []
|
|
6943
6943
|
| ["asc" | "desc"]
|
|
@@ -6948,7 +6948,7 @@ type YmlSortKeys =
|
|
|
6948
6948
|
natural?: boolean;
|
|
6949
6949
|
minKeys?: number;
|
|
6950
6950
|
allowLineSeparatedGroups?: boolean;
|
|
6951
|
-
}
|
|
6951
|
+
},
|
|
6952
6952
|
];
|
|
6953
6953
|
// ----- yml/sort-sequence-values -----
|
|
6954
6954
|
type YmlSortSequenceValues = [
|
|
@@ -6993,7 +6993,7 @@ type YmlSortSequenceValues = [
|
|
|
6993
6993
|
natural?: boolean;
|
|
6994
6994
|
};
|
|
6995
6995
|
minValues?: number;
|
|
6996
|
-
}[]
|
|
6996
|
+
}[],
|
|
6997
6997
|
];
|
|
6998
6998
|
// ----- yml/spaced-comment -----
|
|
6999
6999
|
type YmlSpacedComment =
|
|
@@ -7004,7 +7004,7 @@ type YmlSpacedComment =
|
|
|
7004
7004
|
{
|
|
7005
7005
|
exceptions?: string[];
|
|
7006
7006
|
markers?: string[];
|
|
7007
|
-
}
|
|
7007
|
+
},
|
|
7008
7008
|
];
|
|
7009
7009
|
|
|
7010
7010
|
/**
|