@storm-software/eslint 0.117.16 → 0.118.1
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/rules.d.ts
CHANGED
|
@@ -1791,7 +1791,7 @@ type CspellSpellchecker =
|
|
|
1791
1791
|
ignoreImports?: boolean;
|
|
1792
1792
|
|
|
1793
1793
|
numSuggestions: number;
|
|
1794
|
-
}
|
|
1794
|
+
},
|
|
1795
1795
|
];
|
|
1796
1796
|
// ----- @nx/dependency-checks -----
|
|
1797
1797
|
type NxDependencyChecks =
|
|
@@ -1806,7 +1806,7 @@ type NxDependencyChecks =
|
|
|
1806
1806
|
checkVersionMismatches?: boolean;
|
|
1807
1807
|
includeTransitiveDependencies?: boolean;
|
|
1808
1808
|
useLocalPathsForWorkspaceDependencies?: boolean;
|
|
1809
|
-
}
|
|
1809
|
+
},
|
|
1810
1810
|
];
|
|
1811
1811
|
// ----- @nx/enforce-module-boundaries -----
|
|
1812
1812
|
type NxEnforceModuleBoundaries =
|
|
@@ -1836,7 +1836,7 @@ type NxEnforceModuleBoundaries =
|
|
|
1836
1836
|
notDependOnLibsWithTags?: string[];
|
|
1837
1837
|
}
|
|
1838
1838
|
)[];
|
|
1839
|
-
}
|
|
1839
|
+
},
|
|
1840
1840
|
];
|
|
1841
1841
|
// ----- @nx/nx-plugin-checks -----
|
|
1842
1842
|
type NxNxPluginChecks =
|
|
@@ -1852,7 +1852,7 @@ type NxNxPluginChecks =
|
|
|
1852
1852
|
packageJson?: string;
|
|
1853
1853
|
|
|
1854
1854
|
allowedVersionStrings?: string[];
|
|
1855
|
-
}
|
|
1855
|
+
},
|
|
1856
1856
|
];
|
|
1857
1857
|
// ----- @typescript-eslint/array-type -----
|
|
1858
1858
|
type TypescriptEslintArrayType =
|
|
@@ -1862,7 +1862,7 @@ type TypescriptEslintArrayType =
|
|
|
1862
1862
|
default?: "array" | "generic" | "array-simple";
|
|
1863
1863
|
|
|
1864
1864
|
readonly?: "array" | "generic" | "array-simple";
|
|
1865
|
-
}
|
|
1865
|
+
},
|
|
1866
1866
|
];
|
|
1867
1867
|
// ----- @typescript-eslint/ban-ts-comment -----
|
|
1868
1868
|
type TypescriptEslintBanTsComment =
|
|
@@ -1894,7 +1894,7 @@ type TypescriptEslintBanTsComment =
|
|
|
1894
1894
|
descriptionFormat?: string;
|
|
1895
1895
|
};
|
|
1896
1896
|
minimumDescriptionLength?: number;
|
|
1897
|
-
}
|
|
1897
|
+
},
|
|
1898
1898
|
];
|
|
1899
1899
|
// ----- @typescript-eslint/ban-types -----
|
|
1900
1900
|
type TypescriptEslintBanTypes =
|
|
@@ -1919,7 +1919,7 @@ type TypescriptEslintBanTypes =
|
|
|
1919
1919
|
| undefined;
|
|
1920
1920
|
};
|
|
1921
1921
|
extendDefaults?: boolean;
|
|
1922
|
-
}
|
|
1922
|
+
},
|
|
1923
1923
|
];
|
|
1924
1924
|
// ----- @typescript-eslint/block-spacing -----
|
|
1925
1925
|
type TypescriptEslintBlockSpacing = [] | ["always" | "never"];
|
|
@@ -1931,7 +1931,7 @@ type TypescriptEslintBraceStyle =
|
|
|
1931
1931
|
"1tbs" | "stroustrup" | "allman",
|
|
1932
1932
|
{
|
|
1933
1933
|
allowSingleLine?: boolean;
|
|
1934
|
-
}
|
|
1934
|
+
},
|
|
1935
1935
|
];
|
|
1936
1936
|
// ----- @typescript-eslint/class-literal-property-style -----
|
|
1937
1937
|
type TypescriptEslintClassLiteralPropertyStyle = [] | ["fields" | "getters"];
|
|
@@ -1947,7 +1947,7 @@ type TypescriptEslintClassMethodsUseThis =
|
|
|
1947
1947
|
ignoreOverrideMethods?: boolean;
|
|
1948
1948
|
|
|
1949
1949
|
ignoreClassesThatImplementAnInterface?: boolean | "public-fields";
|
|
1950
|
-
}
|
|
1950
|
+
},
|
|
1951
1951
|
];
|
|
1952
1952
|
// ----- @typescript-eslint/comma-dangle -----
|
|
1953
1953
|
type TypescriptEslintCommaDangle =
|
|
@@ -1963,7 +1963,7 @@ type TypescriptEslintCommaDangle =
|
|
|
1963
1963
|
enums?: _TypescriptEslintCommaDangleValueWithIgnore;
|
|
1964
1964
|
generics?: _TypescriptEslintCommaDangleValueWithIgnore;
|
|
1965
1965
|
tuples?: _TypescriptEslintCommaDangleValueWithIgnore;
|
|
1966
|
-
}
|
|
1966
|
+
},
|
|
1967
1967
|
];
|
|
1968
1968
|
type _TypescriptEslintCommaDangleValue =
|
|
1969
1969
|
| "always-multiline"
|
|
@@ -1983,7 +1983,7 @@ type TypescriptEslintCommaSpacing =
|
|
|
1983
1983
|
{
|
|
1984
1984
|
before?: boolean;
|
|
1985
1985
|
after?: boolean;
|
|
1986
|
-
}
|
|
1986
|
+
},
|
|
1987
1987
|
];
|
|
1988
1988
|
// ----- @typescript-eslint/consistent-generic-constructors -----
|
|
1989
1989
|
type TypescriptEslintConsistentGenericConstructors =
|
|
@@ -1999,7 +1999,7 @@ type TypescriptEslintConsistentReturn =
|
|
|
1999
1999
|
| [
|
|
2000
2000
|
{
|
|
2001
2001
|
treatUndefinedAsUnspecified?: boolean;
|
|
2002
|
-
}
|
|
2002
|
+
},
|
|
2003
2003
|
];
|
|
2004
2004
|
// ----- @typescript-eslint/consistent-type-assertions -----
|
|
2005
2005
|
type TypescriptEslintConsistentTypeAssertions =
|
|
@@ -2014,7 +2014,7 @@ type TypescriptEslintConsistentTypeAssertions =
|
|
|
2014
2014
|
| "allow"
|
|
2015
2015
|
| "allow-as-parameter"
|
|
2016
2016
|
| "never";
|
|
2017
|
-
}
|
|
2017
|
+
},
|
|
2018
2018
|
];
|
|
2019
2019
|
// ----- @typescript-eslint/consistent-type-definitions -----
|
|
2020
2020
|
type TypescriptEslintConsistentTypeDefinitions = [] | ["interface" | "type"];
|
|
@@ -2024,7 +2024,7 @@ type TypescriptEslintConsistentTypeExports =
|
|
|
2024
2024
|
| [
|
|
2025
2025
|
{
|
|
2026
2026
|
fixMixedExportsWithInlineTypeSpecifier?: boolean;
|
|
2027
|
-
}
|
|
2027
|
+
},
|
|
2028
2028
|
];
|
|
2029
2029
|
// ----- @typescript-eslint/consistent-type-imports -----
|
|
2030
2030
|
type TypescriptEslintConsistentTypeImports =
|
|
@@ -2034,7 +2034,7 @@ type TypescriptEslintConsistentTypeImports =
|
|
|
2034
2034
|
disallowTypeAnnotations?: boolean;
|
|
2035
2035
|
fixStyle?: "separate-type-imports" | "inline-type-imports";
|
|
2036
2036
|
prefer?: "type-imports" | "no-type-imports";
|
|
2037
|
-
}
|
|
2037
|
+
},
|
|
2038
2038
|
];
|
|
2039
2039
|
// ----- @typescript-eslint/dot-notation -----
|
|
2040
2040
|
type TypescriptEslintDotNotation =
|
|
@@ -2046,7 +2046,7 @@ type TypescriptEslintDotNotation =
|
|
|
2046
2046
|
allowPrivateClassPropertyAccess?: boolean;
|
|
2047
2047
|
allowProtectedClassPropertyAccess?: boolean;
|
|
2048
2048
|
allowIndexSignaturePropertyAccess?: boolean;
|
|
2049
|
-
}
|
|
2049
|
+
},
|
|
2050
2050
|
];
|
|
2051
2051
|
// ----- @typescript-eslint/explicit-function-return-type -----
|
|
2052
2052
|
type TypescriptEslintExplicitFunctionReturnType =
|
|
@@ -2068,7 +2068,7 @@ type TypescriptEslintExplicitFunctionReturnType =
|
|
|
2068
2068
|
allowedNames?: string[];
|
|
2069
2069
|
|
|
2070
2070
|
allowIIFEs?: boolean;
|
|
2071
|
-
}
|
|
2071
|
+
},
|
|
2072
2072
|
];
|
|
2073
2073
|
// ----- @typescript-eslint/explicit-member-accessibility -----
|
|
2074
2074
|
type TypescriptEslintExplicitMemberAccessibility =
|
|
@@ -2084,7 +2084,7 @@ type TypescriptEslintExplicitMemberAccessibility =
|
|
|
2084
2084
|
parameterProperties?: "explicit" | "no-public" | "off";
|
|
2085
2085
|
};
|
|
2086
2086
|
ignoredMethodNames?: string[];
|
|
2087
|
-
}
|
|
2087
|
+
},
|
|
2088
2088
|
];
|
|
2089
2089
|
// ----- @typescript-eslint/explicit-module-boundary-types -----
|
|
2090
2090
|
type TypescriptEslintExplicitModuleBoundaryTypes =
|
|
@@ -2100,7 +2100,7 @@ type TypescriptEslintExplicitModuleBoundaryTypes =
|
|
|
2100
2100
|
allowHigherOrderFunctions?: boolean;
|
|
2101
2101
|
|
|
2102
2102
|
allowTypedFunctionExpressions?: boolean;
|
|
2103
|
-
}
|
|
2103
|
+
},
|
|
2104
2104
|
];
|
|
2105
2105
|
// ----- @typescript-eslint/func-call-spacing -----
|
|
2106
2106
|
type TypescriptEslintFuncCallSpacing =
|
|
@@ -2112,7 +2112,7 @@ type TypescriptEslintFuncCallSpacing =
|
|
|
2112
2112
|
"always",
|
|
2113
2113
|
{
|
|
2114
2114
|
allowNewlines?: boolean;
|
|
2115
|
-
}
|
|
2115
|
+
},
|
|
2116
2116
|
];
|
|
2117
2117
|
// ----- @typescript-eslint/indent -----
|
|
2118
2118
|
type TypescriptEslintIndent =
|
|
@@ -2152,7 +2152,7 @@ type TypescriptEslintIndent =
|
|
|
2152
2152
|
offsetTernaryExpressions?: boolean;
|
|
2153
2153
|
ignoredNodes?: string[];
|
|
2154
2154
|
ignoreComments?: boolean;
|
|
2155
|
-
}
|
|
2155
|
+
},
|
|
2156
2156
|
];
|
|
2157
2157
|
// ----- @typescript-eslint/init-declarations -----
|
|
2158
2158
|
type TypescriptEslintInitDeclarations =
|
|
@@ -2164,7 +2164,7 @@ type TypescriptEslintInitDeclarations =
|
|
|
2164
2164
|
"never",
|
|
2165
2165
|
{
|
|
2166
2166
|
ignoreForLoopInit?: boolean;
|
|
2167
|
-
}
|
|
2167
|
+
},
|
|
2168
2168
|
];
|
|
2169
2169
|
// ----- @typescript-eslint/key-spacing -----
|
|
2170
2170
|
type TypescriptEslintKeySpacing =
|
|
@@ -2220,7 +2220,7 @@ type TypescriptEslintKeySpacing =
|
|
|
2220
2220
|
beforeColon?: boolean;
|
|
2221
2221
|
afterColon?: boolean;
|
|
2222
2222
|
};
|
|
2223
|
-
}
|
|
2223
|
+
},
|
|
2224
2224
|
];
|
|
2225
2225
|
// ----- @typescript-eslint/keyword-spacing -----
|
|
2226
2226
|
type TypescriptEslintKeywordSpacing =
|
|
@@ -2507,7 +2507,7 @@ type TypescriptEslintKeywordSpacing =
|
|
|
2507
2507
|
after?: boolean;
|
|
2508
2508
|
};
|
|
2509
2509
|
};
|
|
2510
|
-
}
|
|
2510
|
+
},
|
|
2511
2511
|
];
|
|
2512
2512
|
// ----- @typescript-eslint/lines-around-comment -----
|
|
2513
2513
|
type TypescriptEslintLinesAroundComment =
|
|
@@ -2536,7 +2536,7 @@ type TypescriptEslintLinesAroundComment =
|
|
|
2536
2536
|
allowModuleEnd?: boolean;
|
|
2537
2537
|
ignorePattern?: string;
|
|
2538
2538
|
applyDefaultIgnorePatterns?: boolean;
|
|
2539
|
-
}
|
|
2539
|
+
},
|
|
2540
2540
|
];
|
|
2541
2541
|
// ----- @typescript-eslint/lines-between-class-members -----
|
|
2542
2542
|
type TypescriptEslintLinesBetweenClassMembers =
|
|
@@ -2553,10 +2553,10 @@ type TypescriptEslintLinesBetweenClassMembers =
|
|
|
2553
2553
|
blankLine: "always" | "never";
|
|
2554
2554
|
prev: "method" | "field" | "*";
|
|
2555
2555
|
next: "method" | "field" | "*";
|
|
2556
|
-
}[]
|
|
2556
|
+
}[],
|
|
2557
2557
|
];
|
|
2558
2558
|
}
|
|
2559
|
-
| ("always" | "never")
|
|
2559
|
+
| ("always" | "never"),
|
|
2560
2560
|
]
|
|
2561
2561
|
| [
|
|
2562
2562
|
(
|
|
@@ -2571,7 +2571,7 @@ type TypescriptEslintLinesBetweenClassMembers =
|
|
|
2571
2571
|
blankLine: "always" | "never";
|
|
2572
2572
|
prev: "method" | "field" | "*";
|
|
2573
2573
|
next: "method" | "field" | "*";
|
|
2574
|
-
}[]
|
|
2574
|
+
}[],
|
|
2575
2575
|
];
|
|
2576
2576
|
}
|
|
2577
2577
|
| ("always" | "never")
|
|
@@ -2579,7 +2579,7 @@ type TypescriptEslintLinesBetweenClassMembers =
|
|
|
2579
2579
|
{
|
|
2580
2580
|
exceptAfterSingleLine?: boolean;
|
|
2581
2581
|
exceptAfterOverload?: boolean;
|
|
2582
|
-
}
|
|
2582
|
+
},
|
|
2583
2583
|
];
|
|
2584
2584
|
// ----- @typescript-eslint/max-params -----
|
|
2585
2585
|
type TypescriptEslintMaxParams =
|
|
@@ -2589,7 +2589,7 @@ type TypescriptEslintMaxParams =
|
|
|
2589
2589
|
maximum?: number;
|
|
2590
2590
|
max?: number;
|
|
2591
2591
|
countVoidThis?: boolean;
|
|
2592
|
-
}
|
|
2592
|
+
},
|
|
2593
2593
|
];
|
|
2594
2594
|
// ----- @typescript-eslint/member-delimiter-style -----
|
|
2595
2595
|
type TypescriptEslintMemberDelimiterStyle =
|
|
@@ -2609,7 +2609,7 @@ type TypescriptEslintMemberDelimiterStyle =
|
|
|
2609
2609
|
typeLiteral?: _TypescriptEslintMemberDelimiterStyle_DelimiterConfig;
|
|
2610
2610
|
};
|
|
2611
2611
|
multilineDetection?: "brackets" | "last-member";
|
|
2612
|
-
}
|
|
2612
|
+
},
|
|
2613
2613
|
];
|
|
2614
2614
|
interface _TypescriptEslintMemberDelimiterStyle_DelimiterConfig {
|
|
2615
2615
|
multiline?: {
|
|
@@ -4635,7 +4635,7 @@ type TypescriptEslintMemberOrdering =
|
|
|
4635
4635
|
| "natural-case-insensitive";
|
|
4636
4636
|
optionalityOrder?: "optional-first" | "required-first";
|
|
4637
4637
|
};
|
|
4638
|
-
}
|
|
4638
|
+
},
|
|
4639
4639
|
];
|
|
4640
4640
|
// ----- @typescript-eslint/method-signature-style -----
|
|
4641
4641
|
type TypescriptEslintMethodSignatureStyle = [] | ["property" | "method"];
|
|
@@ -5157,7 +5157,7 @@ type TypescriptEslintNoBaseToString =
|
|
|
5157
5157
|
| [
|
|
5158
5158
|
{
|
|
5159
5159
|
ignoredTypeNames?: string[];
|
|
5160
|
-
}
|
|
5160
|
+
},
|
|
5161
5161
|
];
|
|
5162
5162
|
// ----- @typescript-eslint/no-confusing-void-expression -----
|
|
5163
5163
|
type TypescriptEslintNoConfusingVoidExpression =
|
|
@@ -5166,7 +5166,7 @@ type TypescriptEslintNoConfusingVoidExpression =
|
|
|
5166
5166
|
{
|
|
5167
5167
|
ignoreArrowShorthand?: boolean;
|
|
5168
5168
|
ignoreVoidOperator?: boolean;
|
|
5169
|
-
}
|
|
5169
|
+
},
|
|
5170
5170
|
];
|
|
5171
5171
|
// ----- @typescript-eslint/no-duplicate-type-constituents -----
|
|
5172
5172
|
type TypescriptEslintNoDuplicateTypeConstituents =
|
|
@@ -5175,7 +5175,7 @@ type TypescriptEslintNoDuplicateTypeConstituents =
|
|
|
5175
5175
|
{
|
|
5176
5176
|
ignoreIntersections?: boolean;
|
|
5177
5177
|
ignoreUnions?: boolean;
|
|
5178
|
-
}
|
|
5178
|
+
},
|
|
5179
5179
|
];
|
|
5180
5180
|
// ----- @typescript-eslint/no-empty-function -----
|
|
5181
5181
|
type TypescriptEslintNoEmptyFunction =
|
|
@@ -5198,7 +5198,7 @@ type TypescriptEslintNoEmptyFunction =
|
|
|
5198
5198
|
| "decoratedFunctions"
|
|
5199
5199
|
| "overrideMethods"
|
|
5200
5200
|
)[];
|
|
5201
|
-
}
|
|
5201
|
+
},
|
|
5202
5202
|
];
|
|
5203
5203
|
// ----- @typescript-eslint/no-empty-interface -----
|
|
5204
5204
|
type TypescriptEslintNoEmptyInterface =
|
|
@@ -5206,7 +5206,7 @@ type TypescriptEslintNoEmptyInterface =
|
|
|
5206
5206
|
| [
|
|
5207
5207
|
{
|
|
5208
5208
|
allowSingleExtends?: boolean;
|
|
5209
|
-
}
|
|
5209
|
+
},
|
|
5210
5210
|
];
|
|
5211
5211
|
// ----- @typescript-eslint/no-empty-object-type -----
|
|
5212
5212
|
type TypescriptEslintNoEmptyObjectType =
|
|
@@ -5216,7 +5216,7 @@ type TypescriptEslintNoEmptyObjectType =
|
|
|
5216
5216
|
allowInterfaces?: "always" | "never" | "with-single-extends";
|
|
5217
5217
|
allowObjectTypes?: "always" | "in-type-alias-with-name" | "never";
|
|
5218
5218
|
allowWithName?: string;
|
|
5219
|
-
}
|
|
5219
|
+
},
|
|
5220
5220
|
];
|
|
5221
5221
|
// ----- @typescript-eslint/no-explicit-any -----
|
|
5222
5222
|
type TypescriptEslintNoExplicitAny =
|
|
@@ -5226,7 +5226,7 @@ type TypescriptEslintNoExplicitAny =
|
|
|
5226
5226
|
fixToUnknown?: boolean;
|
|
5227
5227
|
|
|
5228
5228
|
ignoreRestArgs?: boolean;
|
|
5229
|
-
}
|
|
5229
|
+
},
|
|
5230
5230
|
];
|
|
5231
5231
|
// ----- @typescript-eslint/no-extra-parens -----
|
|
5232
5232
|
type TypescriptEslintNoExtraParens =
|
|
@@ -5247,7 +5247,7 @@ type TypescriptEslintNoExtraParens =
|
|
|
5247
5247
|
enforceForNewInMemberExpressions?: boolean;
|
|
5248
5248
|
enforceForFunctionPrototypeMethods?: boolean;
|
|
5249
5249
|
allowParensAfterCommentPattern?: string;
|
|
5250
|
-
}
|
|
5250
|
+
},
|
|
5251
5251
|
];
|
|
5252
5252
|
// ----- @typescript-eslint/no-extraneous-class -----
|
|
5253
5253
|
type TypescriptEslintNoExtraneousClass =
|
|
@@ -5261,7 +5261,7 @@ type TypescriptEslintNoExtraneousClass =
|
|
|
5261
5261
|
allowStaticOnly?: boolean;
|
|
5262
5262
|
|
|
5263
5263
|
allowWithDecorator?: boolean;
|
|
5264
|
-
}
|
|
5264
|
+
},
|
|
5265
5265
|
];
|
|
5266
5266
|
// ----- @typescript-eslint/no-floating-promises -----
|
|
5267
5267
|
type TypescriptEslintNoFloatingPromises =
|
|
@@ -5291,7 +5291,7 @@ type TypescriptEslintNoFloatingPromises =
|
|
|
5291
5291
|
ignoreVoid?: boolean;
|
|
5292
5292
|
|
|
5293
5293
|
ignoreIIFE?: boolean;
|
|
5294
|
-
}
|
|
5294
|
+
},
|
|
5295
5295
|
];
|
|
5296
5296
|
// ----- @typescript-eslint/no-inferrable-types -----
|
|
5297
5297
|
type TypescriptEslintNoInferrableTypes =
|
|
@@ -5300,7 +5300,7 @@ type TypescriptEslintNoInferrableTypes =
|
|
|
5300
5300
|
{
|
|
5301
5301
|
ignoreParameters?: boolean;
|
|
5302
5302
|
ignoreProperties?: boolean;
|
|
5303
|
-
}
|
|
5303
|
+
},
|
|
5304
5304
|
];
|
|
5305
5305
|
// ----- @typescript-eslint/no-invalid-this -----
|
|
5306
5306
|
type TypescriptEslintNoInvalidThis =
|
|
@@ -5308,7 +5308,7 @@ type TypescriptEslintNoInvalidThis =
|
|
|
5308
5308
|
| [
|
|
5309
5309
|
{
|
|
5310
5310
|
capIsConstructor?: boolean;
|
|
5311
|
-
}
|
|
5311
|
+
},
|
|
5312
5312
|
];
|
|
5313
5313
|
// ----- @typescript-eslint/no-invalid-void-type -----
|
|
5314
5314
|
type TypescriptEslintNoInvalidVoidType =
|
|
@@ -5317,7 +5317,7 @@ type TypescriptEslintNoInvalidVoidType =
|
|
|
5317
5317
|
{
|
|
5318
5318
|
allowInGenericTypeArguments?: boolean | [string, ...string[]];
|
|
5319
5319
|
allowAsThisParameter?: boolean;
|
|
5320
|
-
}
|
|
5320
|
+
},
|
|
5321
5321
|
];
|
|
5322
5322
|
// ----- @typescript-eslint/no-magic-numbers -----
|
|
5323
5323
|
type TypescriptEslintNoMagicNumbers =
|
|
@@ -5334,7 +5334,7 @@ type TypescriptEslintNoMagicNumbers =
|
|
|
5334
5334
|
ignoreEnums?: boolean;
|
|
5335
5335
|
ignoreReadonlyClassProperties?: boolean;
|
|
5336
5336
|
ignoreTypeIndexes?: boolean;
|
|
5337
|
-
}
|
|
5337
|
+
},
|
|
5338
5338
|
];
|
|
5339
5339
|
// ----- @typescript-eslint/no-meaningless-void-operator -----
|
|
5340
5340
|
type TypescriptEslintNoMeaninglessVoidOperator =
|
|
@@ -5342,7 +5342,7 @@ type TypescriptEslintNoMeaninglessVoidOperator =
|
|
|
5342
5342
|
| [
|
|
5343
5343
|
{
|
|
5344
5344
|
checkNever?: boolean;
|
|
5345
|
-
}
|
|
5345
|
+
},
|
|
5346
5346
|
];
|
|
5347
5347
|
// ----- @typescript-eslint/no-misused-promises -----
|
|
5348
5348
|
type TypescriptEslintNoMisusedPromises =
|
|
@@ -5360,7 +5360,7 @@ type TypescriptEslintNoMisusedPromises =
|
|
|
5360
5360
|
variables?: boolean;
|
|
5361
5361
|
};
|
|
5362
5362
|
checksSpreads?: boolean;
|
|
5363
|
-
}
|
|
5363
|
+
},
|
|
5364
5364
|
];
|
|
5365
5365
|
// ----- @typescript-eslint/no-namespace -----
|
|
5366
5366
|
type TypescriptEslintNoNamespace =
|
|
@@ -5370,7 +5370,7 @@ type TypescriptEslintNoNamespace =
|
|
|
5370
5370
|
allowDeclarations?: boolean;
|
|
5371
5371
|
|
|
5372
5372
|
allowDefinitionFiles?: boolean;
|
|
5373
|
-
}
|
|
5373
|
+
},
|
|
5374
5374
|
];
|
|
5375
5375
|
// ----- @typescript-eslint/no-redeclare -----
|
|
5376
5376
|
type TypescriptEslintNoRedeclare =
|
|
@@ -5379,7 +5379,7 @@ type TypescriptEslintNoRedeclare =
|
|
|
5379
5379
|
{
|
|
5380
5380
|
builtinGlobals?: boolean;
|
|
5381
5381
|
ignoreDeclarationMerge?: boolean;
|
|
5382
|
-
}
|
|
5382
|
+
},
|
|
5383
5383
|
];
|
|
5384
5384
|
// ----- @typescript-eslint/no-require-imports -----
|
|
5385
5385
|
type TypescriptEslintNoRequireImports =
|
|
@@ -5387,7 +5387,7 @@ type TypescriptEslintNoRequireImports =
|
|
|
5387
5387
|
| [
|
|
5388
5388
|
{
|
|
5389
5389
|
allow?: string[];
|
|
5390
|
-
}
|
|
5390
|
+
},
|
|
5391
5391
|
];
|
|
5392
5392
|
// ----- @typescript-eslint/no-restricted-imports -----
|
|
5393
5393
|
type TypescriptEslintNoRestrictedImports =
|
|
@@ -5431,7 +5431,7 @@ type TypescriptEslintNoRestrictedImports =
|
|
|
5431
5431
|
|
|
5432
5432
|
allowTypeImports?: boolean;
|
|
5433
5433
|
}[];
|
|
5434
|
-
}
|
|
5434
|
+
},
|
|
5435
5435
|
];
|
|
5436
5436
|
// ----- @typescript-eslint/no-shadow -----
|
|
5437
5437
|
type TypescriptEslintNoShadow =
|
|
@@ -5444,7 +5444,7 @@ type TypescriptEslintNoShadow =
|
|
|
5444
5444
|
ignoreOnInitialization?: boolean;
|
|
5445
5445
|
ignoreTypeValueShadow?: boolean;
|
|
5446
5446
|
ignoreFunctionTypeParameterNameValueShadow?: boolean;
|
|
5447
|
-
}
|
|
5447
|
+
},
|
|
5448
5448
|
];
|
|
5449
5449
|
// ----- @typescript-eslint/no-this-alias -----
|
|
5450
5450
|
type TypescriptEslintNoThisAlias =
|
|
@@ -5454,7 +5454,7 @@ type TypescriptEslintNoThisAlias =
|
|
|
5454
5454
|
allowDestructuring?: boolean;
|
|
5455
5455
|
|
|
5456
5456
|
allowedNames?: string[];
|
|
5457
|
-
}
|
|
5457
|
+
},
|
|
5458
5458
|
];
|
|
5459
5459
|
// ----- @typescript-eslint/no-throw-literal -----
|
|
5460
5460
|
type TypescriptEslintNoThrowLiteral =
|
|
@@ -5463,7 +5463,7 @@ type TypescriptEslintNoThrowLiteral =
|
|
|
5463
5463
|
{
|
|
5464
5464
|
allowThrowingAny?: boolean;
|
|
5465
5465
|
allowThrowingUnknown?: boolean;
|
|
5466
|
-
}
|
|
5466
|
+
},
|
|
5467
5467
|
];
|
|
5468
5468
|
// ----- @typescript-eslint/no-type-alias -----
|
|
5469
5469
|
type TypescriptEslintNoTypeAlias =
|
|
@@ -5505,7 +5505,7 @@ type TypescriptEslintNoTypeAlias =
|
|
|
5505
5505
|
| "in-unions-and-intersections";
|
|
5506
5506
|
|
|
5507
5507
|
allowGenerics?: "always" | "never";
|
|
5508
|
-
}
|
|
5508
|
+
},
|
|
5509
5509
|
];
|
|
5510
5510
|
// ----- @typescript-eslint/no-unnecessary-boolean-literal-compare -----
|
|
5511
5511
|
type TypescriptEslintNoUnnecessaryBooleanLiteralCompare =
|
|
@@ -5515,7 +5515,7 @@ type TypescriptEslintNoUnnecessaryBooleanLiteralCompare =
|
|
|
5515
5515
|
allowComparingNullableBooleansToTrue?: boolean;
|
|
5516
5516
|
|
|
5517
5517
|
allowComparingNullableBooleansToFalse?: boolean;
|
|
5518
|
-
}
|
|
5518
|
+
},
|
|
5519
5519
|
];
|
|
5520
5520
|
// ----- @typescript-eslint/no-unnecessary-condition -----
|
|
5521
5521
|
type TypescriptEslintNoUnnecessaryCondition =
|
|
@@ -5525,7 +5525,7 @@ type TypescriptEslintNoUnnecessaryCondition =
|
|
|
5525
5525
|
allowConstantLoopConditions?: boolean;
|
|
5526
5526
|
|
|
5527
5527
|
allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing?: boolean;
|
|
5528
|
-
}
|
|
5528
|
+
},
|
|
5529
5529
|
];
|
|
5530
5530
|
// ----- @typescript-eslint/no-unnecessary-type-assertion -----
|
|
5531
5531
|
type TypescriptEslintNoUnnecessaryTypeAssertion =
|
|
@@ -5533,7 +5533,7 @@ type TypescriptEslintNoUnnecessaryTypeAssertion =
|
|
|
5533
5533
|
| [
|
|
5534
5534
|
{
|
|
5535
5535
|
typesToIgnore?: string[];
|
|
5536
|
-
}
|
|
5536
|
+
},
|
|
5537
5537
|
];
|
|
5538
5538
|
// ----- @typescript-eslint/no-unused-expressions -----
|
|
5539
5539
|
type TypescriptEslintNoUnusedExpressions =
|
|
@@ -5544,7 +5544,7 @@ type TypescriptEslintNoUnusedExpressions =
|
|
|
5544
5544
|
allowTernary?: boolean;
|
|
5545
5545
|
allowTaggedTemplates?: boolean;
|
|
5546
5546
|
enforceForJSX?: boolean;
|
|
5547
|
-
}
|
|
5547
|
+
},
|
|
5548
5548
|
];
|
|
5549
5549
|
// ----- @typescript-eslint/no-unused-vars -----
|
|
5550
5550
|
type TypescriptEslintNoUnusedVars =
|
|
@@ -5560,7 +5560,7 @@ type TypescriptEslintNoUnusedVars =
|
|
|
5560
5560
|
caughtErrors?: "all" | "none";
|
|
5561
5561
|
caughtErrorsIgnorePattern?: string;
|
|
5562
5562
|
destructuredArrayIgnorePattern?: string;
|
|
5563
|
-
}
|
|
5563
|
+
},
|
|
5564
5564
|
];
|
|
5565
5565
|
// ----- @typescript-eslint/no-use-before-define -----
|
|
5566
5566
|
type TypescriptEslintNoUseBeforeDefine =
|
|
@@ -5575,7 +5575,7 @@ type TypescriptEslintNoUseBeforeDefine =
|
|
|
5575
5575
|
typedefs?: boolean;
|
|
5576
5576
|
ignoreTypeReferences?: boolean;
|
|
5577
5577
|
allowNamedExports?: boolean;
|
|
5578
|
-
}
|
|
5578
|
+
},
|
|
5579
5579
|
];
|
|
5580
5580
|
// ----- @typescript-eslint/no-var-requires -----
|
|
5581
5581
|
type TypescriptEslintNoVarRequires =
|
|
@@ -5583,7 +5583,7 @@ type TypescriptEslintNoVarRequires =
|
|
|
5583
5583
|
| [
|
|
5584
5584
|
{
|
|
5585
5585
|
allow?: string[];
|
|
5586
|
-
}
|
|
5586
|
+
},
|
|
5587
5587
|
];
|
|
5588
5588
|
// ----- @typescript-eslint/object-curly-spacing -----
|
|
5589
5589
|
type TypescriptEslintObjectCurlySpacing =
|
|
@@ -5594,7 +5594,7 @@ type TypescriptEslintObjectCurlySpacing =
|
|
|
5594
5594
|
{
|
|
5595
5595
|
arraysInObjects?: boolean;
|
|
5596
5596
|
objectsInObjects?: boolean;
|
|
5597
|
-
}
|
|
5597
|
+
},
|
|
5598
5598
|
];
|
|
5599
5599
|
// ----- @typescript-eslint/only-throw-error -----
|
|
5600
5600
|
type TypescriptEslintOnlyThrowError =
|
|
@@ -5603,7 +5603,7 @@ type TypescriptEslintOnlyThrowError =
|
|
|
5603
5603
|
{
|
|
5604
5604
|
allowThrowingAny?: boolean;
|
|
5605
5605
|
allowThrowingUnknown?: boolean;
|
|
5606
|
-
}
|
|
5606
|
+
},
|
|
5607
5607
|
];
|
|
5608
5608
|
// ----- @typescript-eslint/padding-line-between-statements -----
|
|
5609
5609
|
type _TypescriptEslintPaddingLineBetweenStatementsPaddingType =
|
|
@@ -5737,7 +5737,7 @@ type _TypescriptEslintPaddingLineBetweenStatementsStatementType =
|
|
|
5737
5737
|
| "with"
|
|
5738
5738
|
| "interface"
|
|
5739
5739
|
| "type"
|
|
5740
|
-
)[]
|
|
5740
|
+
)[],
|
|
5741
5741
|
];
|
|
5742
5742
|
type TypescriptEslintPaddingLineBetweenStatements = {
|
|
5743
5743
|
blankLine: _TypescriptEslintPaddingLineBetweenStatementsPaddingType;
|
|
@@ -5759,7 +5759,7 @@ type TypescriptEslintParameterProperties =
|
|
|
5759
5759
|
| "public readonly"
|
|
5760
5760
|
)[];
|
|
5761
5761
|
prefer?: "class-property" | "parameter-property";
|
|
5762
|
-
}
|
|
5762
|
+
},
|
|
5763
5763
|
];
|
|
5764
5764
|
// ----- @typescript-eslint/prefer-destructuring -----
|
|
5765
5765
|
type TypescriptEslintPreferDestructuring =
|
|
@@ -5778,7 +5778,7 @@ type TypescriptEslintPreferDestructuring =
|
|
|
5778
5778
|
| {
|
|
5779
5779
|
array?: boolean;
|
|
5780
5780
|
object?: boolean;
|
|
5781
|
-
}
|
|
5781
|
+
},
|
|
5782
5782
|
]
|
|
5783
5783
|
| [
|
|
5784
5784
|
(
|
|
@@ -5801,7 +5801,7 @@ type TypescriptEslintPreferDestructuring =
|
|
|
5801
5801
|
enforceForRenamedProperties?: boolean;
|
|
5802
5802
|
enforceForDeclarationWithTypeAnnotation?: boolean;
|
|
5803
5803
|
[k: string]: unknown | undefined;
|
|
5804
|
-
}
|
|
5804
|
+
},
|
|
5805
5805
|
];
|
|
5806
5806
|
// ----- @typescript-eslint/prefer-literal-enum-member -----
|
|
5807
5807
|
type TypescriptEslintPreferLiteralEnumMember =
|
|
@@ -5809,7 +5809,7 @@ type TypescriptEslintPreferLiteralEnumMember =
|
|
|
5809
5809
|
| [
|
|
5810
5810
|
{
|
|
5811
5811
|
allowBitwiseExpressions?: boolean;
|
|
5812
|
-
}
|
|
5812
|
+
},
|
|
5813
5813
|
];
|
|
5814
5814
|
// ----- @typescript-eslint/prefer-nullish-coalescing -----
|
|
5815
5815
|
type TypescriptEslintPreferNullishCoalescing =
|
|
@@ -5829,7 +5829,7 @@ type TypescriptEslintPreferNullishCoalescing =
|
|
|
5829
5829
|
}
|
|
5830
5830
|
| true;
|
|
5831
5831
|
ignoreTernaryTests?: boolean;
|
|
5832
|
-
}
|
|
5832
|
+
},
|
|
5833
5833
|
];
|
|
5834
5834
|
// ----- @typescript-eslint/prefer-optional-chain -----
|
|
5835
5835
|
type TypescriptEslintPreferOptionalChain =
|
|
@@ -5851,7 +5851,7 @@ type TypescriptEslintPreferOptionalChain =
|
|
|
5851
5851
|
requireNullish?: boolean;
|
|
5852
5852
|
|
|
5853
5853
|
allowPotentiallyUnsafeFixesThatModifyTheReturnTypeIKnowWhatImDoing?: boolean;
|
|
5854
|
-
}
|
|
5854
|
+
},
|
|
5855
5855
|
];
|
|
5856
5856
|
// ----- @typescript-eslint/prefer-promise-reject-errors -----
|
|
5857
5857
|
type TypescriptEslintPreferPromiseRejectErrors =
|
|
@@ -5859,7 +5859,7 @@ type TypescriptEslintPreferPromiseRejectErrors =
|
|
|
5859
5859
|
| [
|
|
5860
5860
|
{
|
|
5861
5861
|
allowEmptyReject?: boolean;
|
|
5862
|
-
}
|
|
5862
|
+
},
|
|
5863
5863
|
];
|
|
5864
5864
|
// ----- @typescript-eslint/prefer-readonly -----
|
|
5865
5865
|
type TypescriptEslintPreferReadonly =
|
|
@@ -5867,7 +5867,7 @@ type TypescriptEslintPreferReadonly =
|
|
|
5867
5867
|
| [
|
|
5868
5868
|
{
|
|
5869
5869
|
onlyInlineLambdas?: boolean;
|
|
5870
|
-
}
|
|
5870
|
+
},
|
|
5871
5871
|
];
|
|
5872
5872
|
// ----- @typescript-eslint/prefer-readonly-parameter-types -----
|
|
5873
5873
|
type TypescriptEslintPreferReadonlyParameterTypes =
|
|
@@ -5894,7 +5894,7 @@ type TypescriptEslintPreferReadonlyParameterTypes =
|
|
|
5894
5894
|
checkParameterProperties?: boolean;
|
|
5895
5895
|
ignoreInferredTypes?: boolean;
|
|
5896
5896
|
treatMethodsAsReadonly?: boolean;
|
|
5897
|
-
}
|
|
5897
|
+
},
|
|
5898
5898
|
];
|
|
5899
5899
|
// ----- @typescript-eslint/prefer-string-starts-ends-with -----
|
|
5900
5900
|
type TypescriptEslintPreferStringStartsEndsWith =
|
|
@@ -5902,7 +5902,7 @@ type TypescriptEslintPreferStringStartsEndsWith =
|
|
|
5902
5902
|
| [
|
|
5903
5903
|
{
|
|
5904
5904
|
allowSingleElementEquality?: "always" | "never";
|
|
5905
|
-
}
|
|
5905
|
+
},
|
|
5906
5906
|
];
|
|
5907
5907
|
// ----- @typescript-eslint/promise-function-async -----
|
|
5908
5908
|
type TypescriptEslintPromiseFunctionAsync =
|
|
@@ -5916,7 +5916,7 @@ type TypescriptEslintPromiseFunctionAsync =
|
|
|
5916
5916
|
checkFunctionDeclarations?: boolean;
|
|
5917
5917
|
checkFunctionExpressions?: boolean;
|
|
5918
5918
|
checkMethodDeclarations?: boolean;
|
|
5919
|
-
}
|
|
5919
|
+
},
|
|
5920
5920
|
];
|
|
5921
5921
|
// ----- @typescript-eslint/quotes -----
|
|
5922
5922
|
type TypescriptEslintQuotes =
|
|
@@ -5930,7 +5930,7 @@ type TypescriptEslintQuotes =
|
|
|
5930
5930
|
avoidEscape?: boolean;
|
|
5931
5931
|
allowTemplateLiterals?: boolean;
|
|
5932
5932
|
}
|
|
5933
|
-
)
|
|
5933
|
+
),
|
|
5934
5934
|
];
|
|
5935
5935
|
// ----- @typescript-eslint/require-array-sort-compare -----
|
|
5936
5936
|
type TypescriptEslintRequireArraySortCompare =
|
|
@@ -5938,7 +5938,7 @@ type TypescriptEslintRequireArraySortCompare =
|
|
|
5938
5938
|
| [
|
|
5939
5939
|
{
|
|
5940
5940
|
ignoreStringArrays?: boolean;
|
|
5941
|
-
}
|
|
5941
|
+
},
|
|
5942
5942
|
];
|
|
5943
5943
|
// ----- @typescript-eslint/restrict-plus-operands -----
|
|
5944
5944
|
type TypescriptEslintRestrictPlusOperands =
|
|
@@ -5956,7 +5956,7 @@ type TypescriptEslintRestrictPlusOperands =
|
|
|
5956
5956
|
allowRegExp?: boolean;
|
|
5957
5957
|
|
|
5958
5958
|
skipCompoundAssignments?: boolean;
|
|
5959
|
-
}
|
|
5959
|
+
},
|
|
5960
5960
|
];
|
|
5961
5961
|
// ----- @typescript-eslint/restrict-template-expressions -----
|
|
5962
5962
|
type TypescriptEslintRestrictTemplateExpressions =
|
|
@@ -5976,7 +5976,7 @@ type TypescriptEslintRestrictTemplateExpressions =
|
|
|
5976
5976
|
allowRegExp?: boolean;
|
|
5977
5977
|
|
|
5978
5978
|
allowNever?: boolean;
|
|
5979
|
-
}
|
|
5979
|
+
},
|
|
5980
5980
|
];
|
|
5981
5981
|
// ----- @typescript-eslint/return-await -----
|
|
5982
5982
|
type TypescriptEslintReturnAwait = [] | ["in-try-catch" | "always" | "never"];
|
|
@@ -5988,7 +5988,7 @@ type TypescriptEslintSemi =
|
|
|
5988
5988
|
"never",
|
|
5989
5989
|
{
|
|
5990
5990
|
beforeStatementContinuationChars?: "always" | "any" | "never";
|
|
5991
|
-
}
|
|
5991
|
+
},
|
|
5992
5992
|
]
|
|
5993
5993
|
| []
|
|
5994
5994
|
| ["always"]
|
|
@@ -5997,7 +5997,7 @@ type TypescriptEslintSemi =
|
|
|
5997
5997
|
{
|
|
5998
5998
|
omitLastInOneLineBlock?: boolean;
|
|
5999
5999
|
omitLastInOneLineClassBody?: boolean;
|
|
6000
|
-
}
|
|
6000
|
+
},
|
|
6001
6001
|
];
|
|
6002
6002
|
// ----- @typescript-eslint/sort-type-constituents -----
|
|
6003
6003
|
type TypescriptEslintSortTypeConstituents =
|
|
@@ -6024,7 +6024,7 @@ type TypescriptEslintSortTypeConstituents =
|
|
|
6024
6024
|
| "tuple"
|
|
6025
6025
|
| "union"
|
|
6026
6026
|
)[];
|
|
6027
|
-
}
|
|
6027
|
+
},
|
|
6028
6028
|
];
|
|
6029
6029
|
// ----- @typescript-eslint/space-before-blocks -----
|
|
6030
6030
|
type TypescriptEslintSpaceBeforeBlocks =
|
|
@@ -6035,7 +6035,7 @@ type TypescriptEslintSpaceBeforeBlocks =
|
|
|
6035
6035
|
keywords?: "always" | "never" | "off";
|
|
6036
6036
|
functions?: "always" | "never" | "off";
|
|
6037
6037
|
classes?: "always" | "never" | "off";
|
|
6038
|
-
}
|
|
6038
|
+
},
|
|
6039
6039
|
];
|
|
6040
6040
|
// ----- @typescript-eslint/space-before-function-paren -----
|
|
6041
6041
|
type TypescriptEslintSpaceBeforeFunctionParen =
|
|
@@ -6046,7 +6046,7 @@ type TypescriptEslintSpaceBeforeFunctionParen =
|
|
|
6046
6046
|
anonymous?: "always" | "never" | "ignore";
|
|
6047
6047
|
named?: "always" | "never" | "ignore";
|
|
6048
6048
|
asyncArrow?: "always" | "never" | "ignore";
|
|
6049
|
-
}
|
|
6049
|
+
},
|
|
6050
6050
|
];
|
|
6051
6051
|
// ----- @typescript-eslint/space-infix-ops -----
|
|
6052
6052
|
type TypescriptEslintSpaceInfixOps =
|
|
@@ -6054,7 +6054,7 @@ type TypescriptEslintSpaceInfixOps =
|
|
|
6054
6054
|
| [
|
|
6055
6055
|
{
|
|
6056
6056
|
int32Hint?: boolean;
|
|
6057
|
-
}
|
|
6057
|
+
},
|
|
6058
6058
|
];
|
|
6059
6059
|
// ----- @typescript-eslint/strict-boolean-expressions -----
|
|
6060
6060
|
type TypescriptEslintStrictBooleanExpressions =
|
|
@@ -6070,7 +6070,7 @@ type TypescriptEslintStrictBooleanExpressions =
|
|
|
6070
6070
|
allowNullableEnum?: boolean;
|
|
6071
6071
|
allowAny?: boolean;
|
|
6072
6072
|
allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing?: boolean;
|
|
6073
|
-
}
|
|
6073
|
+
},
|
|
6074
6074
|
];
|
|
6075
6075
|
// ----- @typescript-eslint/switch-exhaustiveness-check -----
|
|
6076
6076
|
type TypescriptEslintSwitchExhaustivenessCheck =
|
|
@@ -6080,7 +6080,7 @@ type TypescriptEslintSwitchExhaustivenessCheck =
|
|
|
6080
6080
|
allowDefaultCaseForExhaustiveSwitch?: boolean;
|
|
6081
6081
|
|
|
6082
6082
|
requireDefaultForNonUnion?: boolean;
|
|
6083
|
-
}
|
|
6083
|
+
},
|
|
6084
6084
|
];
|
|
6085
6085
|
// ----- @typescript-eslint/triple-slash-reference -----
|
|
6086
6086
|
type TypescriptEslintTripleSlashReference =
|
|
@@ -6090,7 +6090,7 @@ type TypescriptEslintTripleSlashReference =
|
|
|
6090
6090
|
lib?: "always" | "never";
|
|
6091
6091
|
path?: "always" | "never";
|
|
6092
6092
|
types?: "always" | "never" | "prefer-import";
|
|
6093
|
-
}
|
|
6093
|
+
},
|
|
6094
6094
|
];
|
|
6095
6095
|
// ----- @typescript-eslint/type-annotation-spacing -----
|
|
6096
6096
|
type TypescriptEslintTypeAnnotationSpacing =
|
|
@@ -6107,7 +6107,7 @@ type TypescriptEslintTypeAnnotationSpacing =
|
|
|
6107
6107
|
property?: _TypescriptEslintTypeAnnotationSpacing_SpacingConfig;
|
|
6108
6108
|
returnType?: _TypescriptEslintTypeAnnotationSpacing_SpacingConfig;
|
|
6109
6109
|
};
|
|
6110
|
-
}
|
|
6110
|
+
},
|
|
6111
6111
|
];
|
|
6112
6112
|
interface _TypescriptEslintTypeAnnotationSpacing_SpacingConfig {
|
|
6113
6113
|
before?: boolean;
|
|
@@ -6126,7 +6126,7 @@ type TypescriptEslintTypedef =
|
|
|
6126
6126
|
propertyDeclaration?: boolean;
|
|
6127
6127
|
variableDeclaration?: boolean;
|
|
6128
6128
|
variableDeclarationIgnoreFunction?: boolean;
|
|
6129
|
-
}
|
|
6129
|
+
},
|
|
6130
6130
|
];
|
|
6131
6131
|
// ----- @typescript-eslint/unbound-method -----
|
|
6132
6132
|
type TypescriptEslintUnboundMethod =
|
|
@@ -6134,7 +6134,7 @@ type TypescriptEslintUnboundMethod =
|
|
|
6134
6134
|
| [
|
|
6135
6135
|
{
|
|
6136
6136
|
ignoreStatic?: boolean;
|
|
6137
|
-
}
|
|
6137
|
+
},
|
|
6138
6138
|
];
|
|
6139
6139
|
// ----- @typescript-eslint/unified-signatures -----
|
|
6140
6140
|
type TypescriptEslintUnifiedSignatures =
|
|
@@ -6142,7 +6142,7 @@ type TypescriptEslintUnifiedSignatures =
|
|
|
6142
6142
|
| [
|
|
6143
6143
|
{
|
|
6144
6144
|
ignoreDifferentlyNamedParameters?: boolean;
|
|
6145
|
-
}
|
|
6145
|
+
},
|
|
6146
6146
|
];
|
|
6147
6147
|
// ----- banner/banner -----
|
|
6148
6148
|
type BannerBanner =
|
|
@@ -6156,7 +6156,7 @@ type BannerBanner =
|
|
|
6156
6156
|
commentType?: string;
|
|
6157
6157
|
|
|
6158
6158
|
numNewlines?: number;
|
|
6159
|
-
}
|
|
6159
|
+
},
|
|
6160
6160
|
];
|
|
6161
6161
|
// ----- json/* -----
|
|
6162
6162
|
// ----- json/colon-expected -----
|
|
@@ -6166,7 +6166,7 @@ type JsonColonExpected =
|
|
|
6166
6166
|
| "allowComments"
|
|
6167
6167
|
| {
|
|
6168
6168
|
allowComments?: boolean;
|
|
6169
|
-
}
|
|
6169
|
+
},
|
|
6170
6170
|
];
|
|
6171
6171
|
// ----- json/comma-expected -----
|
|
6172
6172
|
type JsonCommaExpected =
|
|
@@ -6175,7 +6175,7 @@ type JsonCommaExpected =
|
|
|
6175
6175
|
| "allowComments"
|
|
6176
6176
|
| {
|
|
6177
6177
|
allowComments?: boolean;
|
|
6178
|
-
}
|
|
6178
|
+
},
|
|
6179
6179
|
];
|
|
6180
6180
|
// ----- json/comma-or-close-backet-expected -----
|
|
6181
6181
|
type JsonCommaOrCloseBacketExpected =
|
|
@@ -6184,7 +6184,7 @@ type JsonCommaOrCloseBacketExpected =
|
|
|
6184
6184
|
| "allowComments"
|
|
6185
6185
|
| {
|
|
6186
6186
|
allowComments?: boolean;
|
|
6187
|
-
}
|
|
6187
|
+
},
|
|
6188
6188
|
];
|
|
6189
6189
|
// ----- json/comma-or-close-brace-expected -----
|
|
6190
6190
|
type JsonCommaOrCloseBraceExpected =
|
|
@@ -6193,7 +6193,7 @@ type JsonCommaOrCloseBraceExpected =
|
|
|
6193
6193
|
| "allowComments"
|
|
6194
6194
|
| {
|
|
6195
6195
|
allowComments?: boolean;
|
|
6196
|
-
}
|
|
6196
|
+
},
|
|
6197
6197
|
];
|
|
6198
6198
|
// ----- json/comment-not-permitted -----
|
|
6199
6199
|
type JsonCommentNotPermitted =
|
|
@@ -6202,7 +6202,7 @@ type JsonCommentNotPermitted =
|
|
|
6202
6202
|
| "allowComments"
|
|
6203
6203
|
| {
|
|
6204
6204
|
allowComments?: boolean;
|
|
6205
|
-
}
|
|
6205
|
+
},
|
|
6206
6206
|
];
|
|
6207
6207
|
// ----- json/duplicate-key -----
|
|
6208
6208
|
type JsonDuplicateKey =
|
|
@@ -6211,7 +6211,7 @@ type JsonDuplicateKey =
|
|
|
6211
6211
|
| "allowComments"
|
|
6212
6212
|
| {
|
|
6213
6213
|
allowComments?: boolean;
|
|
6214
|
-
}
|
|
6214
|
+
},
|
|
6215
6215
|
];
|
|
6216
6216
|
// ----- json/enum-value-mismatch -----
|
|
6217
6217
|
type JsonEnumValueMismatch =
|
|
@@ -6220,7 +6220,7 @@ type JsonEnumValueMismatch =
|
|
|
6220
6220
|
| "allowComments"
|
|
6221
6221
|
| {
|
|
6222
6222
|
allowComments?: boolean;
|
|
6223
|
-
}
|
|
6223
|
+
},
|
|
6224
6224
|
];
|
|
6225
6225
|
// ----- json/invalid-character -----
|
|
6226
6226
|
type JsonInvalidCharacter =
|
|
@@ -6229,7 +6229,7 @@ type JsonInvalidCharacter =
|
|
|
6229
6229
|
| "allowComments"
|
|
6230
6230
|
| {
|
|
6231
6231
|
allowComments?: boolean;
|
|
6232
|
-
}
|
|
6232
|
+
},
|
|
6233
6233
|
];
|
|
6234
6234
|
// ----- json/invalid-escape-character -----
|
|
6235
6235
|
type JsonInvalidEscapeCharacter =
|
|
@@ -6238,7 +6238,7 @@ type JsonInvalidEscapeCharacter =
|
|
|
6238
6238
|
| "allowComments"
|
|
6239
6239
|
| {
|
|
6240
6240
|
allowComments?: boolean;
|
|
6241
|
-
}
|
|
6241
|
+
},
|
|
6242
6242
|
];
|
|
6243
6243
|
// ----- json/invalid-unicode -----
|
|
6244
6244
|
type JsonInvalidUnicode =
|
|
@@ -6247,7 +6247,7 @@ type JsonInvalidUnicode =
|
|
|
6247
6247
|
| "allowComments"
|
|
6248
6248
|
| {
|
|
6249
6249
|
allowComments?: boolean;
|
|
6250
|
-
}
|
|
6250
|
+
},
|
|
6251
6251
|
];
|
|
6252
6252
|
// ----- json/json -----
|
|
6253
6253
|
type JsonJson =
|
|
@@ -6256,7 +6256,7 @@ type JsonJson =
|
|
|
6256
6256
|
| "allowComments"
|
|
6257
6257
|
| {
|
|
6258
6258
|
allowComments?: boolean;
|
|
6259
|
-
}
|
|
6259
|
+
},
|
|
6260
6260
|
];
|
|
6261
6261
|
// ----- json/property-expected -----
|
|
6262
6262
|
type JsonPropertyExpected =
|
|
@@ -6265,7 +6265,7 @@ type JsonPropertyExpected =
|
|
|
6265
6265
|
| "allowComments"
|
|
6266
6266
|
| {
|
|
6267
6267
|
allowComments?: boolean;
|
|
6268
|
-
}
|
|
6268
|
+
},
|
|
6269
6269
|
];
|
|
6270
6270
|
// ----- json/schema-resolve-error -----
|
|
6271
6271
|
type JsonSchemaResolveError =
|
|
@@ -6274,7 +6274,7 @@ type JsonSchemaResolveError =
|
|
|
6274
6274
|
| "allowComments"
|
|
6275
6275
|
| {
|
|
6276
6276
|
allowComments?: boolean;
|
|
6277
|
-
}
|
|
6277
|
+
},
|
|
6278
6278
|
];
|
|
6279
6279
|
// ----- json/trailing-comma -----
|
|
6280
6280
|
type JsonTrailingComma =
|
|
@@ -6283,7 +6283,7 @@ type JsonTrailingComma =
|
|
|
6283
6283
|
| "allowComments"
|
|
6284
6284
|
| {
|
|
6285
6285
|
allowComments?: boolean;
|
|
6286
|
-
}
|
|
6286
|
+
},
|
|
6287
6287
|
];
|
|
6288
6288
|
// ----- json/undefined -----
|
|
6289
6289
|
type JsonUndefined =
|
|
@@ -6292,7 +6292,7 @@ type JsonUndefined =
|
|
|
6292
6292
|
| "allowComments"
|
|
6293
6293
|
| {
|
|
6294
6294
|
allowComments?: boolean;
|
|
6295
|
-
}
|
|
6295
|
+
},
|
|
6296
6296
|
];
|
|
6297
6297
|
// ----- json/unexpected-end-of-comment -----
|
|
6298
6298
|
type JsonUnexpectedEndOfComment =
|
|
@@ -6301,7 +6301,7 @@ type JsonUnexpectedEndOfComment =
|
|
|
6301
6301
|
| "allowComments"
|
|
6302
6302
|
| {
|
|
6303
6303
|
allowComments?: boolean;
|
|
6304
|
-
}
|
|
6304
|
+
},
|
|
6305
6305
|
];
|
|
6306
6306
|
// ----- json/unexpected-end-of-number -----
|
|
6307
6307
|
type JsonUnexpectedEndOfNumber =
|
|
@@ -6310,7 +6310,7 @@ type JsonUnexpectedEndOfNumber =
|
|
|
6310
6310
|
| "allowComments"
|
|
6311
6311
|
| {
|
|
6312
6312
|
allowComments?: boolean;
|
|
6313
|
-
}
|
|
6313
|
+
},
|
|
6314
6314
|
];
|
|
6315
6315
|
// ----- json/unexpected-end-of-string -----
|
|
6316
6316
|
type JsonUnexpectedEndOfString =
|
|
@@ -6319,7 +6319,7 @@ type JsonUnexpectedEndOfString =
|
|
|
6319
6319
|
| "allowComments"
|
|
6320
6320
|
| {
|
|
6321
6321
|
allowComments?: boolean;
|
|
6322
|
-
}
|
|
6322
|
+
},
|
|
6323
6323
|
];
|
|
6324
6324
|
// ----- json/unknown -----
|
|
6325
6325
|
type JsonUnknown =
|
|
@@ -6328,7 +6328,7 @@ type JsonUnknown =
|
|
|
6328
6328
|
| "allowComments"
|
|
6329
6329
|
| {
|
|
6330
6330
|
allowComments?: boolean;
|
|
6331
|
-
}
|
|
6331
|
+
},
|
|
6332
6332
|
];
|
|
6333
6333
|
// ----- json/value-expected -----
|
|
6334
6334
|
type JsonValueExpected =
|
|
@@ -6337,7 +6337,7 @@ type JsonValueExpected =
|
|
|
6337
6337
|
| "allowComments"
|
|
6338
6338
|
| {
|
|
6339
6339
|
allowComments?: boolean;
|
|
6340
|
-
}
|
|
6340
|
+
},
|
|
6341
6341
|
];
|
|
6342
6342
|
// ----- prettier/prettier -----
|
|
6343
6343
|
type PrettierPrettier =
|
|
@@ -6345,7 +6345,7 @@ type PrettierPrettier =
|
|
|
6345
6345
|
| [
|
|
6346
6346
|
{
|
|
6347
6347
|
[k: string]: unknown | undefined;
|
|
6348
|
-
}
|
|
6348
|
+
},
|
|
6349
6349
|
]
|
|
6350
6350
|
| [
|
|
6351
6351
|
{
|
|
@@ -6357,7 +6357,7 @@ type PrettierPrettier =
|
|
|
6357
6357
|
[k: string]: unknown | undefined;
|
|
6358
6358
|
};
|
|
6359
6359
|
[k: string]: unknown | undefined;
|
|
6360
|
-
}
|
|
6360
|
+
},
|
|
6361
6361
|
];
|
|
6362
6362
|
// ----- unicorn/better-regex -----
|
|
6363
6363
|
type UnicornBetterRegex =
|
|
@@ -6365,7 +6365,7 @@ type UnicornBetterRegex =
|
|
|
6365
6365
|
| [
|
|
6366
6366
|
{
|
|
6367
6367
|
sortCharacterClasses?: boolean;
|
|
6368
|
-
}
|
|
6368
|
+
},
|
|
6369
6369
|
];
|
|
6370
6370
|
// ----- unicorn/catch-error-name -----
|
|
6371
6371
|
type UnicornCatchErrorName =
|
|
@@ -6374,7 +6374,7 @@ type UnicornCatchErrorName =
|
|
|
6374
6374
|
{
|
|
6375
6375
|
name?: string;
|
|
6376
6376
|
ignore?: unknown[];
|
|
6377
|
-
}
|
|
6377
|
+
},
|
|
6378
6378
|
];
|
|
6379
6379
|
// ----- unicorn/consistent-function-scoping -----
|
|
6380
6380
|
type UnicornConsistentFunctionScoping =
|
|
@@ -6382,7 +6382,7 @@ type UnicornConsistentFunctionScoping =
|
|
|
6382
6382
|
| [
|
|
6383
6383
|
{
|
|
6384
6384
|
checkArrowFunctions?: boolean;
|
|
6385
|
-
}
|
|
6385
|
+
},
|
|
6386
6386
|
];
|
|
6387
6387
|
// ----- unicorn/expiring-todo-comments -----
|
|
6388
6388
|
type UnicornExpiringTodoComments =
|
|
@@ -6394,7 +6394,7 @@ type UnicornExpiringTodoComments =
|
|
|
6394
6394
|
ignoreDatesOnPullRequests?: boolean;
|
|
6395
6395
|
allowWarningComments?: boolean;
|
|
6396
6396
|
date?: string;
|
|
6397
|
-
}
|
|
6397
|
+
},
|
|
6398
6398
|
];
|
|
6399
6399
|
// ----- unicorn/explicit-length-check -----
|
|
6400
6400
|
type UnicornExplicitLengthCheck =
|
|
@@ -6402,7 +6402,7 @@ type UnicornExplicitLengthCheck =
|
|
|
6402
6402
|
| [
|
|
6403
6403
|
{
|
|
6404
6404
|
"non-zero"?: "greater-than" | "not-equal";
|
|
6405
|
-
}
|
|
6405
|
+
},
|
|
6406
6406
|
];
|
|
6407
6407
|
// ----- unicorn/filename-case -----
|
|
6408
6408
|
type UnicornFilenameCase =
|
|
@@ -6422,7 +6422,7 @@ type UnicornFilenameCase =
|
|
|
6422
6422
|
};
|
|
6423
6423
|
ignore?: unknown[];
|
|
6424
6424
|
multipleFileExtensions?: boolean;
|
|
6425
|
-
}
|
|
6425
|
+
},
|
|
6426
6426
|
];
|
|
6427
6427
|
// ----- unicorn/import-style -----
|
|
6428
6428
|
type UnicornImportStyle =
|
|
@@ -6435,7 +6435,7 @@ type UnicornImportStyle =
|
|
|
6435
6435
|
checkRequire?: boolean;
|
|
6436
6436
|
extendDefaultStyles?: boolean;
|
|
6437
6437
|
styles?: _UnicornImportStyle_ModuleStyles;
|
|
6438
|
-
}
|
|
6438
|
+
},
|
|
6439
6439
|
];
|
|
6440
6440
|
type _UnicornImportStyleStyles =
|
|
6441
6441
|
| (false | _UnicornImportStyle_BooleanObject)
|
|
@@ -6452,7 +6452,7 @@ type UnicornNoArrayPushPush =
|
|
|
6452
6452
|
| [
|
|
6453
6453
|
{
|
|
6454
6454
|
ignore?: unknown[];
|
|
6455
|
-
}
|
|
6455
|
+
},
|
|
6456
6456
|
];
|
|
6457
6457
|
// ----- unicorn/no-array-reduce -----
|
|
6458
6458
|
type UnicornNoArrayReduce =
|
|
@@ -6460,7 +6460,7 @@ type UnicornNoArrayReduce =
|
|
|
6460
6460
|
| [
|
|
6461
6461
|
{
|
|
6462
6462
|
allowSimpleOperations?: boolean;
|
|
6463
|
-
}
|
|
6463
|
+
},
|
|
6464
6464
|
];
|
|
6465
6465
|
// ----- unicorn/no-keyword-prefix -----
|
|
6466
6466
|
type UnicornNoKeywordPrefix =
|
|
@@ -6470,7 +6470,7 @@ type UnicornNoKeywordPrefix =
|
|
|
6470
6470
|
disallowedPrefixes?: [] | [string];
|
|
6471
6471
|
checkProperties?: boolean;
|
|
6472
6472
|
onlyCamelCase?: boolean;
|
|
6473
|
-
}
|
|
6473
|
+
},
|
|
6474
6474
|
];
|
|
6475
6475
|
// ----- unicorn/no-null -----
|
|
6476
6476
|
type UnicornNoNull =
|
|
@@ -6478,7 +6478,7 @@ type UnicornNoNull =
|
|
|
6478
6478
|
| [
|
|
6479
6479
|
{
|
|
6480
6480
|
checkStrictEquality?: boolean;
|
|
6481
|
-
}
|
|
6481
|
+
},
|
|
6482
6482
|
];
|
|
6483
6483
|
// ----- unicorn/no-typeof-undefined -----
|
|
6484
6484
|
type UnicornNoTypeofUndefined =
|
|
@@ -6486,7 +6486,7 @@ type UnicornNoTypeofUndefined =
|
|
|
6486
6486
|
| [
|
|
6487
6487
|
{
|
|
6488
6488
|
checkGlobalVariables?: boolean;
|
|
6489
|
-
}
|
|
6489
|
+
},
|
|
6490
6490
|
];
|
|
6491
6491
|
// ----- unicorn/no-unnecessary-polyfills -----
|
|
6492
6492
|
type UnicornNoUnnecessaryPolyfills =
|
|
@@ -6499,7 +6499,7 @@ type UnicornNoUnnecessaryPolyfills =
|
|
|
6499
6499
|
| {
|
|
6500
6500
|
[k: string]: unknown | undefined;
|
|
6501
6501
|
};
|
|
6502
|
-
}
|
|
6502
|
+
},
|
|
6503
6503
|
];
|
|
6504
6504
|
// ----- unicorn/no-useless-undefined -----
|
|
6505
6505
|
type UnicornNoUselessUndefined =
|
|
@@ -6508,7 +6508,7 @@ type UnicornNoUselessUndefined =
|
|
|
6508
6508
|
{
|
|
6509
6509
|
checkArguments?: boolean;
|
|
6510
6510
|
checkArrowFunctionBody?: boolean;
|
|
6511
|
-
}
|
|
6511
|
+
},
|
|
6512
6512
|
];
|
|
6513
6513
|
// ----- unicorn/numeric-separators-style -----
|
|
6514
6514
|
type UnicornNumericSeparatorsStyle =
|
|
@@ -6536,7 +6536,7 @@ type UnicornNumericSeparatorsStyle =
|
|
|
6536
6536
|
groupLength?: number;
|
|
6537
6537
|
};
|
|
6538
6538
|
onlyIfContainsSeparator?: boolean;
|
|
6539
|
-
}
|
|
6539
|
+
},
|
|
6540
6540
|
];
|
|
6541
6541
|
// ----- unicorn/prefer-add-event-listener -----
|
|
6542
6542
|
type UnicornPreferAddEventListener =
|
|
@@ -6544,7 +6544,7 @@ type UnicornPreferAddEventListener =
|
|
|
6544
6544
|
| [
|
|
6545
6545
|
{
|
|
6546
6546
|
excludedPackages?: string[];
|
|
6547
|
-
}
|
|
6547
|
+
},
|
|
6548
6548
|
];
|
|
6549
6549
|
// ----- unicorn/prefer-array-find -----
|
|
6550
6550
|
type UnicornPreferArrayFind =
|
|
@@ -6552,7 +6552,7 @@ type UnicornPreferArrayFind =
|
|
|
6552
6552
|
| [
|
|
6553
6553
|
{
|
|
6554
6554
|
checkFromLast?: boolean;
|
|
6555
|
-
}
|
|
6555
|
+
},
|
|
6556
6556
|
];
|
|
6557
6557
|
// ----- unicorn/prefer-array-flat -----
|
|
6558
6558
|
type UnicornPreferArrayFlat =
|
|
@@ -6560,7 +6560,7 @@ type UnicornPreferArrayFlat =
|
|
|
6560
6560
|
| [
|
|
6561
6561
|
{
|
|
6562
6562
|
functions?: unknown[];
|
|
6563
|
-
}
|
|
6563
|
+
},
|
|
6564
6564
|
];
|
|
6565
6565
|
// ----- unicorn/prefer-at -----
|
|
6566
6566
|
type UnicornPreferAt =
|
|
@@ -6569,7 +6569,7 @@ type UnicornPreferAt =
|
|
|
6569
6569
|
{
|
|
6570
6570
|
getLastElementFunctions?: unknown[];
|
|
6571
6571
|
checkAllIndexAccess?: boolean;
|
|
6572
|
-
}
|
|
6572
|
+
},
|
|
6573
6573
|
];
|
|
6574
6574
|
// ----- unicorn/prefer-export-from -----
|
|
6575
6575
|
type UnicornPreferExportFrom =
|
|
@@ -6577,7 +6577,7 @@ type UnicornPreferExportFrom =
|
|
|
6577
6577
|
| [
|
|
6578
6578
|
{
|
|
6579
6579
|
ignoreUsedVariables?: boolean;
|
|
6580
|
-
}
|
|
6580
|
+
},
|
|
6581
6581
|
];
|
|
6582
6582
|
// ----- unicorn/prefer-number-properties -----
|
|
6583
6583
|
type UnicornPreferNumberProperties =
|
|
@@ -6586,7 +6586,7 @@ type UnicornPreferNumberProperties =
|
|
|
6586
6586
|
{
|
|
6587
6587
|
checkInfinity?: boolean;
|
|
6588
6588
|
checkNaN?: boolean;
|
|
6589
|
-
}
|
|
6589
|
+
},
|
|
6590
6590
|
];
|
|
6591
6591
|
// ----- unicorn/prefer-object-from-entries -----
|
|
6592
6592
|
type UnicornPreferObjectFromEntries =
|
|
@@ -6594,7 +6594,7 @@ type UnicornPreferObjectFromEntries =
|
|
|
6594
6594
|
| [
|
|
6595
6595
|
{
|
|
6596
6596
|
functions?: unknown[];
|
|
6597
|
-
}
|
|
6597
|
+
},
|
|
6598
6598
|
];
|
|
6599
6599
|
// ----- unicorn/prefer-structured-clone -----
|
|
6600
6600
|
type UnicornPreferStructuredClone =
|
|
@@ -6602,7 +6602,7 @@ type UnicornPreferStructuredClone =
|
|
|
6602
6602
|
| [
|
|
6603
6603
|
{
|
|
6604
6604
|
functions?: unknown[];
|
|
6605
|
-
}
|
|
6605
|
+
},
|
|
6606
6606
|
];
|
|
6607
6607
|
// ----- unicorn/prefer-switch -----
|
|
6608
6608
|
type UnicornPreferSwitch =
|
|
@@ -6614,7 +6614,7 @@ type UnicornPreferSwitch =
|
|
|
6614
6614
|
| "no-default-comment"
|
|
6615
6615
|
| "do-nothing-comment"
|
|
6616
6616
|
| "no-default-case";
|
|
6617
|
-
}
|
|
6617
|
+
},
|
|
6618
6618
|
];
|
|
6619
6619
|
// ----- unicorn/prefer-ternary -----
|
|
6620
6620
|
type UnicornPreferTernary = [] | ["always" | "only-single-line"];
|
|
@@ -6634,7 +6634,7 @@ type UnicornPreventAbbreviations =
|
|
|
6634
6634
|
extendDefaultAllowList?: boolean;
|
|
6635
6635
|
allowList?: _UnicornPreventAbbreviations_BooleanObject;
|
|
6636
6636
|
ignore?: unknown[];
|
|
6637
|
-
}
|
|
6637
|
+
},
|
|
6638
6638
|
];
|
|
6639
6639
|
type _UnicornPreventAbbreviationsReplacements =
|
|
6640
6640
|
| (false | _UnicornPreventAbbreviations_BooleanObject)
|
|
@@ -6664,7 +6664,7 @@ type UnicornStringContent =
|
|
|
6664
6664
|
)
|
|
6665
6665
|
| undefined;
|
|
6666
6666
|
};
|
|
6667
|
-
}
|
|
6667
|
+
},
|
|
6668
6668
|
];
|
|
6669
6669
|
// ----- unicorn/switch-case-braces -----
|
|
6670
6670
|
type UnicornSwitchCaseBraces = [] | ["always" | "avoid"];
|
|
@@ -6678,7 +6678,7 @@ type UnicornTemplateIndent =
|
|
|
6678
6678
|
functions?: string[];
|
|
6679
6679
|
selectors?: string[];
|
|
6680
6680
|
comments?: string[];
|
|
6681
|
-
}
|
|
6681
|
+
},
|
|
6682
6682
|
];
|
|
6683
6683
|
// ----- yml/block-mapping -----
|
|
6684
6684
|
type YmlBlockMapping =
|
|
@@ -6688,7 +6688,7 @@ type YmlBlockMapping =
|
|
|
6688
6688
|
| {
|
|
6689
6689
|
singleline?: "always" | "never" | "ignore";
|
|
6690
6690
|
multiline?: "always" | "never" | "ignore";
|
|
6691
|
-
}
|
|
6691
|
+
},
|
|
6692
6692
|
];
|
|
6693
6693
|
// ----- yml/block-mapping-colon-indicator-newline -----
|
|
6694
6694
|
type YmlBlockMappingColonIndicatorNewline = [] | ["always" | "never"];
|
|
@@ -6702,7 +6702,7 @@ type YmlBlockSequence =
|
|
|
6702
6702
|
| {
|
|
6703
6703
|
singleline?: "always" | "never" | "ignore";
|
|
6704
6704
|
multiline?: "always" | "never" | "ignore";
|
|
6705
|
-
}
|
|
6705
|
+
},
|
|
6706
6706
|
];
|
|
6707
6707
|
// ----- yml/block-sequence-hyphen-indicator-newline -----
|
|
6708
6708
|
type YmlBlockSequenceHyphenIndicatorNewline =
|
|
@@ -6713,7 +6713,7 @@ type YmlBlockSequenceHyphenIndicatorNewline =
|
|
|
6713
6713
|
{
|
|
6714
6714
|
nestedHyphen?: "always" | "never";
|
|
6715
6715
|
blockMapping?: "always" | "never";
|
|
6716
|
-
}
|
|
6716
|
+
},
|
|
6717
6717
|
];
|
|
6718
6718
|
// ----- yml/file-extension -----
|
|
6719
6719
|
type YmlFileExtension =
|
|
@@ -6722,7 +6722,7 @@ type YmlFileExtension =
|
|
|
6722
6722
|
{
|
|
6723
6723
|
extension?: "yaml" | "yml";
|
|
6724
6724
|
caseSensitive?: boolean;
|
|
6725
|
-
}
|
|
6725
|
+
},
|
|
6726
6726
|
];
|
|
6727
6727
|
// ----- yml/flow-mapping-curly-newline -----
|
|
6728
6728
|
type YmlFlowMappingCurlyNewline =
|
|
@@ -6733,7 +6733,7 @@ type YmlFlowMappingCurlyNewline =
|
|
|
6733
6733
|
multiline?: boolean;
|
|
6734
6734
|
minProperties?: number;
|
|
6735
6735
|
consistent?: boolean;
|
|
6736
|
-
}
|
|
6736
|
+
},
|
|
6737
6737
|
];
|
|
6738
6738
|
// ----- yml/flow-mapping-curly-spacing -----
|
|
6739
6739
|
type YmlFlowMappingCurlySpacing =
|
|
@@ -6744,7 +6744,7 @@ type YmlFlowMappingCurlySpacing =
|
|
|
6744
6744
|
{
|
|
6745
6745
|
arraysInObjects?: boolean;
|
|
6746
6746
|
objectsInObjects?: boolean;
|
|
6747
|
-
}
|
|
6747
|
+
},
|
|
6748
6748
|
];
|
|
6749
6749
|
// ----- yml/flow-sequence-bracket-newline -----
|
|
6750
6750
|
type YmlFlowSequenceBracketNewline =
|
|
@@ -6754,7 +6754,7 @@ type YmlFlowSequenceBracketNewline =
|
|
|
6754
6754
|
| {
|
|
6755
6755
|
multiline?: boolean;
|
|
6756
6756
|
minItems?: number | null;
|
|
6757
|
-
}
|
|
6757
|
+
},
|
|
6758
6758
|
];
|
|
6759
6759
|
// ----- yml/flow-sequence-bracket-spacing -----
|
|
6760
6760
|
type YmlFlowSequenceBracketSpacing =
|
|
@@ -6766,7 +6766,7 @@ type YmlFlowSequenceBracketSpacing =
|
|
|
6766
6766
|
singleValue?: boolean;
|
|
6767
6767
|
objectsInArrays?: boolean;
|
|
6768
6768
|
arraysInArrays?: boolean;
|
|
6769
|
-
}
|
|
6769
|
+
},
|
|
6770
6770
|
];
|
|
6771
6771
|
// ----- yml/indent -----
|
|
6772
6772
|
type YmlIndent =
|
|
@@ -6777,7 +6777,7 @@ type YmlIndent =
|
|
|
6777
6777
|
{
|
|
6778
6778
|
indentBlockSequences?: boolean;
|
|
6779
6779
|
indicatorValueIndent?: number;
|
|
6780
|
-
}
|
|
6780
|
+
},
|
|
6781
6781
|
];
|
|
6782
6782
|
// ----- yml/key-name-casing -----
|
|
6783
6783
|
type YmlKeyNameCasing =
|
|
@@ -6790,7 +6790,7 @@ type YmlKeyNameCasing =
|
|
|
6790
6790
|
"kebab-case"?: boolean;
|
|
6791
6791
|
snake_case?: boolean;
|
|
6792
6792
|
ignores?: string[];
|
|
6793
|
-
}
|
|
6793
|
+
},
|
|
6794
6794
|
];
|
|
6795
6795
|
// ----- yml/key-spacing -----
|
|
6796
6796
|
type YmlKeySpacing =
|
|
@@ -6846,7 +6846,7 @@ type YmlKeySpacing =
|
|
|
6846
6846
|
beforeColon?: boolean;
|
|
6847
6847
|
afterColon?: boolean;
|
|
6848
6848
|
};
|
|
6849
|
-
}
|
|
6849
|
+
},
|
|
6850
6850
|
];
|
|
6851
6851
|
// ----- yml/no-irregular-whitespace -----
|
|
6852
6852
|
type YmlNoIrregularWhitespace =
|
|
@@ -6855,7 +6855,7 @@ type YmlNoIrregularWhitespace =
|
|
|
6855
6855
|
{
|
|
6856
6856
|
skipComments?: boolean;
|
|
6857
6857
|
skipQuotedScalars?: boolean;
|
|
6858
|
-
}
|
|
6858
|
+
},
|
|
6859
6859
|
];
|
|
6860
6860
|
// ----- yml/no-multiple-empty-lines -----
|
|
6861
6861
|
type YmlNoMultipleEmptyLines =
|
|
@@ -6865,7 +6865,7 @@ type YmlNoMultipleEmptyLines =
|
|
|
6865
6865
|
max: number;
|
|
6866
6866
|
maxEOF?: number;
|
|
6867
6867
|
maxBOF?: number;
|
|
6868
|
-
}
|
|
6868
|
+
},
|
|
6869
6869
|
];
|
|
6870
6870
|
// ----- yml/plain-scalar -----
|
|
6871
6871
|
type YmlPlainScalar =
|
|
@@ -6875,7 +6875,7 @@ type YmlPlainScalar =
|
|
|
6875
6875
|
"always" | "never",
|
|
6876
6876
|
{
|
|
6877
6877
|
ignorePatterns?: string[];
|
|
6878
|
-
}
|
|
6878
|
+
},
|
|
6879
6879
|
];
|
|
6880
6880
|
// ----- yml/quotes -----
|
|
6881
6881
|
type YmlQuotes =
|
|
@@ -6884,7 +6884,7 @@ type YmlQuotes =
|
|
|
6884
6884
|
{
|
|
6885
6885
|
prefer?: "double" | "single";
|
|
6886
6886
|
avoidEscape?: boolean;
|
|
6887
|
-
}
|
|
6887
|
+
},
|
|
6888
6888
|
];
|
|
6889
6889
|
// ----- yml/sort-keys -----
|
|
6890
6890
|
type YmlSortKeys =
|
|
@@ -6934,7 +6934,7 @@ type YmlSortKeys =
|
|
|
6934
6934
|
};
|
|
6935
6935
|
minKeys?: number;
|
|
6936
6936
|
allowLineSeparatedGroups?: boolean;
|
|
6937
|
-
}[]
|
|
6937
|
+
}[],
|
|
6938
6938
|
]
|
|
6939
6939
|
| []
|
|
6940
6940
|
| ["asc" | "desc"]
|
|
@@ -6945,7 +6945,7 @@ type YmlSortKeys =
|
|
|
6945
6945
|
natural?: boolean;
|
|
6946
6946
|
minKeys?: number;
|
|
6947
6947
|
allowLineSeparatedGroups?: boolean;
|
|
6948
|
-
}
|
|
6948
|
+
},
|
|
6949
6949
|
];
|
|
6950
6950
|
// ----- yml/sort-sequence-values -----
|
|
6951
6951
|
type YmlSortSequenceValues = [
|
|
@@ -6990,7 +6990,7 @@ type YmlSortSequenceValues = [
|
|
|
6990
6990
|
natural?: boolean;
|
|
6991
6991
|
};
|
|
6992
6992
|
minValues?: number;
|
|
6993
|
-
}[]
|
|
6993
|
+
}[],
|
|
6994
6994
|
];
|
|
6995
6995
|
// ----- yml/spaced-comment -----
|
|
6996
6996
|
type YmlSpacedComment =
|
|
@@ -7001,5 +7001,5 @@ type YmlSpacedComment =
|
|
|
7001
7001
|
{
|
|
7002
7002
|
exceptions?: string[];
|
|
7003
7003
|
markers?: string[];
|
|
7004
|
-
}
|
|
7004
|
+
},
|
|
7005
7005
|
];
|