mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +02:00
Add a couple comments to biome.jsonc
This commit is contained in:
parent
66edaebfa2
commit
1146ae7de8
@ -139,10 +139,10 @@
|
|||||||
"noAwaitInLoop": "warn",
|
"noAwaitInLoop": "warn",
|
||||||
"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": "info",
|
"useObjectSpread": "error",
|
||||||
"useNumericSeparators": "off", // TODO: enable?
|
"useNumericSeparators": "off", // TODO: enable?
|
||||||
"useIterableCallbackReturn": "warn",
|
"useIterableCallbackReturn": "warn", // TODO: refactor and make "error"
|
||||||
"noShadow": "warn"
|
"noShadow": "warn" // TODO: refactor and make "error"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user