Skip to content

Commit

Permalink
Do not allow unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Aug 9, 2024
1 parent f0ad664 commit c42c79c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"linter": {
"enabled": true,
"rules": {
"correctness": {
"noUnusedImports": "error"
},
"recommended": true,
"complexity": {
"noForEach": "off"
Expand Down

0 comments on commit c42c79c

Please sign in to comment.