mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Fix tpyo
This commit is contained in:
parent
8ef8c856a1
commit
9f16f279e6
@ -69,7 +69,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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user