mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 07:29:30 +02:00
[Dev] Disabled biome noAwaitInLoop
rule (#6124)
This commit is contained in:
parent
1428d8b870
commit
02cdec25a8
@ -139,7 +139,7 @@
|
||||
"useAdjacentGetterSetter": "error",
|
||||
"noConstantBinaryExpression": "error",
|
||||
"noTsIgnore": "error",
|
||||
"noAwaitInLoop": "warn",
|
||||
"noAwaitInLoop": "off",
|
||||
"useJsonImportAttribute": "off", // "Import attributes are only supported when the '--module' option is set to 'esnext', 'node18', 'nodenext', or 'preserve'. ts(2823)"
|
||||
"useIndexOf": "error",
|
||||
"useObjectSpread": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user