This commit is contained in:
Bertie690 2025-08-13 06:58:15 -04:00 committed by GitHub
parent 502c2f0777
commit c787b0b614
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@
},
"style": {
"noDoneCallback": "error",
"useForOf": "error',
"useForOf": "error",
"useEnumInitializers": "off", // large enums like Moves/Species would make this cumbersome
"useBlockStatements": {
"level": "error",
@ -140,7 +140,7 @@
},
"nursery": {
"useSingleJsDocAsterisk": "error",
"useUnifiedTypeSignature": "info", // TODO: promote to "error" at some pt
// "useUnifiedTypeSignature": "error", TODO: upgrade to biome 2.1 and enable
"useAdjacentGetterSetter": "error",
"noConstantBinaryExpression": "error",
"noTsIgnore": "error",