Skip to content

Commit a23554c

Browse files
committed
chore: add unused imports to biome config
1 parent d947dc7 commit a23554c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/biome.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"useButtonType": { "level": "off" },
1717
"useSemanticElements": { "level": "off" }
1818
},
19+
"correctness": {
20+
"noUnusedImports": "warn"
21+
},
1922
"style": {
2023
"noNonNullAssertion": { "level": "off" },
2124
"noParameterAssign": { "level": "off" },

0 commit comments

Comments
 (0)