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