diff --git a/biome.jsonc b/biome.jsonc index 61ef00a02b1..2281120bf1c 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -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" } } },