Skip to content

Commit 4bd1af1

Browse files
authored
build: enable biome performance rules (#10027)
Disabled `noDelete` to avoid a huge change log. We can enable it gradually.
1 parent 1cd771a commit 4bd1af1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

biome.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"noUnusedImports": "error"
2626
},
2727
"performance": {
28-
"noAccumulatingSpread": "error"
28+
"all": true,
29+
"noAccumulatingSpread": "error",
30+
"noDelete": "off"
2931
}
3032
},
3133
"ignore": [".vscode/*", "**/*.json"]

0 commit comments

Comments
 (0)