Skip to content

Commit

Permalink
feat(biome): enable noUnusedImports
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Nov 2, 2024
1 parent a121770 commit 1df81bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/biome-config/biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"enabled": true,
"rules": {
"recommended": true,
"correctness": {
"noUnusedImports": true,
},
},
},
"organizeImports": {
Expand Down

0 comments on commit 1df81bc

Please sign in to comment.