Skip to content

Commit 1158076

Browse files
committed
test: switch biome to warn on delete
Signed-off-by: Tierney Cyren <[email protected]>
1 parent c554372 commit 1158076

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

biome.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"linter": {
1212
"enabled": true,
1313
"rules": {
14-
"recommended": true
14+
"recommended": true,
15+
"performance": {
16+
"noDelete": "warn"
17+
}
1518
}
1619
}
1720
}

0 commit comments

Comments
 (0)