|
4 | 4 | "includes": [ |
5 | 5 | "**", |
6 | 6 | "!.cache/**/*", |
| 7 | + "!.cache/**/*", |
| 8 | + "!.nitro/**/*", |
| 9 | + "!.output/**/*", |
| 10 | + "!.tanstack/**/*", |
7 | 11 | "!coverage/**/*", |
8 | 12 | "!dist/**/*", |
9 | 13 | "!lib/**/*", |
|
53 | 57 | "noPositiveTabindex": "warn", |
54 | 58 | "noRedundantAlt": "warn", |
55 | 59 | "noRedundantRoles": "warn", |
| 60 | + "noStaticElementInteractions": "off", |
56 | 61 | "noSvgWithoutTitle": "off", |
57 | 62 | "useAltText": "warn", |
58 | 63 | "useAnchorContent": "warn", |
59 | 64 | "useAriaActivedescendantWithTabindex": "warn", |
60 | 65 | "useAriaPropsForRole": "warn", |
| 66 | + "useAriaPropsSupportedByRole": "off", |
61 | 67 | "useButtonType": "warn", |
62 | 68 | "useFocusableInteractive": "off", |
63 | 69 | "useGenericFontNames": "warn", |
|
72 | 78 | "useValidAriaProps": "warn", |
73 | 79 | "useValidAriaRole": "warn", |
74 | 80 | "useValidAriaValues": "warn", |
| 81 | + "useValidAutocomplete": "warn", |
75 | 82 | "useValidLang": "warn" |
76 | 83 | }, |
77 | 84 | "complexity": { |
|
81 | 88 | "noCommaOperator": "warn", |
82 | 89 | "noEmptyTypeParameters": "warn", |
83 | 90 | "noExcessiveCognitiveComplexity": "off", |
| 91 | + "noExcessiveLinesPerFunction": "off", |
84 | 92 | "noExcessiveNestedTestSuites": "off", |
85 | 93 | "noExtraBooleanCast": "warn", |
86 | 94 | "noFlatMapIdentity": "warn", |
87 | 95 | "noForEach": "warn", |
| 96 | + "noImplicitCoercions": "warn", |
88 | 97 | "noStaticOnlyClass": "warn", |
89 | 98 | "noThisInStatic": "warn", |
90 | 99 | "noUselessCatch": "warn", |
|
97 | 106 | "noUselessLoneBlockStatements": "warn", |
98 | 107 | "noUselessRename": "warn", |
99 | 108 | "noUselessStringConcat": "warn", |
| 109 | + "noUselessStringRaw": "warn", |
100 | 110 | "noUselessSwitchCase": "warn", |
101 | 111 | "noUselessTernary": "warn", |
102 | 112 | "noUselessThisAlias": "warn", |
|
106 | 116 | "useArrowFunction": "warn", |
107 | 117 | "useDateNow": "warn", |
108 | 118 | "useFlatMap": "warn", |
| 119 | + "useIndexOf": "warn", |
109 | 120 | "useLiteralKeys": "warn", |
110 | 121 | "useNumericLiterals": "warn", |
111 | 122 | "useOptionalChain": "warn", |
|
122 | 133 | "noConstructorReturn": "warn", |
123 | 134 | "noEmptyCharacterClassInRegex": "warn", |
124 | 135 | "noEmptyPattern": "warn", |
| 136 | + "noGlobalDirnameFilename": "warn", |
125 | 137 | "noGlobalObjectCalls": "warn", |
126 | 138 | "noInnerDeclarations": "warn", |
127 | 139 | "noInvalidBuiltinInstantiation": "warn", |
|
130 | 142 | "noInvalidGridAreas": "warn", |
131 | 143 | "noInvalidPositionAtImportRule": "warn", |
132 | 144 | "noInvalidUseBeforeDeclaration": "warn", |
| 145 | + "noNestedComponentDefinitions": "warn", |
133 | 146 | "noNodejsModules": "warn", |
134 | 147 | "noNonoctalDecimalEscape": "warn", |
135 | 148 | "noPrecisionLoss": "warn", |
136 | 149 | "noPrivateImports": "warn", |
| 150 | + "noProcessGlobal": "off", |
| 151 | + "noReactPropAssignments": "warn", |
137 | 152 | "noRenderReturnValue": "warn", |
| 153 | + "noRestrictedElements": "off", |
138 | 154 | "noSelfAssign": "warn", |
139 | 155 | "noSetterReturn": "warn", |
140 | 156 | "noStringCaseMismatch": "warn", |
|
171 | 187 | "useHookAtTopLevel": "warn", |
172 | 188 | "useImportExtensions": "off", |
173 | 189 | "useIsNan": "warn", |
| 190 | + "useJsonImportAttributes": "warn", |
174 | 191 | "useJsxKeyInIterable": "off", |
| 192 | + "useParseIntRadix": "warn", |
| 193 | + "useSingleJsDocAsterisk": "warn", |
| 194 | + "useUniqueElementIds": "off", |
175 | 195 | "useValidForDirection": "warn", |
176 | 196 | "useYield": "warn", |
177 | 197 | "useValidTypeof": "warn" |
178 | 198 | }, |
179 | 199 | "performance": { |
180 | 200 | "noAccumulatingSpread": "warn", |
| 201 | + "noAwaitInLoops": "off", |
181 | 202 | "noBarrelFile": "off", |
182 | 203 | "noDelete": "warn", |
| 204 | + "noDynamicNamespaceImportAccess": "warn", |
183 | 205 | "noNamespaceImport": "warn", |
184 | 206 | "noReExportAll": "off", |
185 | 207 | "useTopLevelRegex": "warn" |
|
193 | 215 | "style": { |
194 | 216 | "noDefaultExport": "off", |
195 | 217 | "noDoneCallback": "warn", |
| 218 | + "noExportedImports": "off", |
| 219 | + "noEnum": "off", |
196 | 220 | "noImplicitBoolean": "off", |
197 | 221 | "noInferrableTypes": "warn", |
198 | 222 | "noNamespace": "warn", |
|
217 | 241 | }, |
218 | 242 | "noRestrictedGlobals": "warn", |
219 | 243 | "noShoutyConstants": "warn", |
| 244 | + "noSubstr": "off", |
220 | 245 | "noUnusedTemplateLiteral": "warn", |
221 | 246 | "noUselessElse": "warn", |
222 | 247 | "noYodaExpression": "warn", |
223 | 248 | "useArrayLiterals": "warn", |
224 | 249 | "useAsConstAssertion": "warn", |
| 250 | + "useAtIndex": "off", |
225 | 251 | "useBlockStatements": "off", |
226 | 252 | "useCollapsedElseIf": "warn", |
| 253 | + "useComponentExportOnlyModules": "off", |
| 254 | + "useCollapsedIf": "warn", |
227 | 255 | "useConsistentArrayType": "warn", |
228 | 256 | "useConsistentBuiltinInstantiation": "warn", |
| 257 | + "useConsistentObjectDefinitions": "warn", |
229 | 258 | "useConst": "warn", |
230 | 259 | "useDefaultParameterLast": "off", |
231 | 260 | "useDefaultSwitchClause": "warn", |
|
242 | 271 | "useNodeAssertStrict": "warn", |
243 | 272 | "useNodejsImportProtocol": "warn", |
244 | 273 | "useNumberNamespace": "warn", |
| 274 | + "useNumericSeparators": "off", |
| 275 | + "useObjectSpread": "warn", |
245 | 276 | "useSelfClosingElements": "warn", |
246 | 277 | "useShorthandAssign": "warn", |
247 | 278 | "useShorthandFunctionType": "warn", |
248 | 279 | "useSingleVarDeclarator": "warn", |
| 280 | + "useSymbolDescription": "warn", |
249 | 281 | "useTemplate": "warn", |
250 | 282 | "useThrowNewError": "warn", |
251 | | - "useThrowOnlyError": "warn" |
| 283 | + "useThrowOnlyError": "warn", |
| 284 | + "useTrimStartEnd": "warn" |
252 | 285 | }, |
253 | 286 | "suspicious": { |
254 | 287 | "noApproximativeNumericConstant": "warn", |
|
262 | 295 | "noConfusingLabels": "warn", |
263 | 296 | "noConfusingVoidType": "warn", |
264 | 297 | "noConsole": "warn", |
| 298 | + "noConstantBinaryExpressions": "warn", |
265 | 299 | "noConstEnum": "warn", |
266 | 300 | "noControlCharactersInRegex": "warn", |
267 | 301 | "noDebugger": "warn", |
268 | 302 | "noDoubleEquals": "warn", |
269 | 303 | "noDuplicateAtImportRules": "warn", |
270 | 304 | "noDuplicateCase": "warn", |
271 | 305 | "noDuplicateClassMembers": "warn", |
| 306 | + "noDuplicateElseIf": "warn", |
272 | 307 | "noDuplicateFontNames": "warn", |
273 | 308 | "noDuplicateJsxProps": "warn", |
274 | 309 | "noDuplicateObjectKeys": "warn", |
|
307 | 342 | "noSkippedTests": "warn", |
308 | 343 | "noSparseArray": "warn", |
309 | 344 | "noSuspiciousSemicolonInJsx": "warn", |
| 345 | + "noTemplateCurlyInString": "warn", |
310 | 346 | "noThenProperty": "warn", |
| 347 | + "noTsIgnore": "warn", |
311 | 348 | "noUnsafeDeclarationMerging": "warn", |
312 | 349 | "noUnsafeNegation": "warn", |
| 350 | + "noUselessEscapeInString": "warn", |
| 351 | + "noUselessRegexBackrefs": "warn", |
313 | 352 | "noVar": "warn", |
314 | 353 | "noWith": "warn", |
315 | 354 | "useAwait": "warn", |
|
0 commit comments