This commit is contained in:
Bertie690 2025-08-13 11:06:37 -04:00 committed by GitHub
parent 7faaaca485
commit e5499a9cdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@
"useCollapsedIf": "warn", // TODO: promote to "error" eventually "useCollapsedIf": "warn", // TODO: promote to "error" eventually
"noDoneCallback": "error", "noDoneCallback": "error",
"noSubstr": "error", "noSubstr": "error",
"noYoda": "warn", // TODO: Fix and promote to "error" "noYodaExpression": "warn", // TODO: Fix and promote to "error"
"useForOf": "warn", // TODO: Fix and promote to "error" "useForOf": "warn", // TODO: Fix and promote to "error"
"useEnumInitializers": "off", // large enums like Moves/Species would make this cumbersome "useEnumInitializers": "off", // large enums like Moves/Species would make this cumbersome
"useBlockStatements": { "useBlockStatements": {