Skip to content

Commit

Permalink
chore: add no unused import rule in biome
Browse files Browse the repository at this point in the history
  • Loading branch information
jaipaljadeja committed Jun 21, 2024
1 parent 751aa8a commit b44f97e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"correctness": {
"noUnusedImports": "error"
}
}
},
"formatter": {
Expand Down

0 comments on commit b44f97e

Please sign in to comment.