mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-20 16:42:45 +02:00
Add a couple comments to biome.jsonc
This commit is contained in:
parent
66edaebfa2
commit
1146ae7de8
@ -139,10 +139,10 @@
|
||||
"noAwaitInLoop": "warn",
|
||||
"useJsonImportAttribute": "off", // "Import attributes are only supported when the '--module' option is set to 'esnext', 'node18', 'nodenext', or 'preserve'. ts(2823)"
|
||||
"useIndexOf": "error",
|
||||
"useObjectSpread": "info",
|
||||
"useObjectSpread": "error",
|
||||
"useNumericSeparators": "off", // TODO: enable?
|
||||
"useIterableCallbackReturn": "warn",
|
||||
"noShadow": "warn"
|
||||
"useIterableCallbackReturn": "warn", // TODO: refactor and make "error"
|
||||
"noShadow": "warn" // TODO: refactor and make "error"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user