Add a couple comments to biome.jsonc

This commit is contained in:
NightKev 2025-06-17 19:39:58 -07:00
parent 66edaebfa2
commit 1146ae7de8

View File

@ -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"
}
}
},