Skip to content

Commit 6f020cd

Browse files
committed
tool: set noUnusedImports level to warn
1 parent f98eeb8 commit 6f020cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"correctness": {
3535
"noUnusedPrivateClassMembers": "error",
36-
"noUnusedImports": { "level": "error" }
36+
"noUnusedImports": { "level": "warn" }
3737
},
3838
"nursery": {
3939
"noUnresolvedImports": "off"

0 commit comments

Comments
 (0)