Skip to content

Commit

Permalink
enable noUnusedVariables linter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jan 13, 2025
1 parent 63bbca4 commit d4f396a
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 @@ -28,6 +28,9 @@
"noExplicitAny": "off", // TODO: turn on, too many cases
"noConsole": "warn"
},
"correctness": {
"noUnusedVariables": "warn"
},
"a11y": {
"noSvgWithoutTitle": "off"
}
Expand Down

0 comments on commit d4f396a

Please sign in to comment.