Skip to content

Commit

Permalink
Removed depreciated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
John Solly committed Mar 8, 2024
1 parent 883a1ea commit 3221211
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
"enabled": true,
"rules": {
"recommended": true,
"nursery": {
"noUnusedImports": "error"
},
"suspicious": {
"noConsoleLog": "error"
},
"correctness": {
"noUnusedVars": "error",
"nounusedImports": "error"
}
}
},
Expand Down

0 comments on commit 3221211

Please sign in to comment.