mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 05:49:32 +02:00
Fix tpyo
This commit is contained in:
parent
7faaaca485
commit
e5499a9cdf
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user