This commit is contained in:
Bertie690 2025-08-13 11:06:37 -04:00 committed by Sirz Benjie
parent 8ef8c856a1
commit 9f16f279e6
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -69,7 +69,7 @@
"useCollapsedIf": "warn", // TODO: promote to "error" eventually
"noDoneCallback": "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"
"useEnumInitializers": "off", // large enums like Moves/Species would make this cumbersome
"useBlockStatements": {