Skip to content

Commit

Permalink
chore: update biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Oct 25, 2024
1 parent 39dfe04 commit 74cbe75
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 @@ -3,7 +3,7 @@
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
"files": {
"ignoreUnknown": false,
"ignore": ["*.md", "*.lock"]
"ignore": ["*.md", "*.lock", "*.svelte", "*.vue"]
},
"formatter": {
"enabled": true,
Expand All @@ -25,8 +25,9 @@
"noForEach": "off"
},
"correctness": {
"noUnusedLabels": "warn",
"noUnusedVariables": "warn",
"noUnusedLabels": "error",
"noUnusedVariables": "error",
"noUnusedImports": "error",
"useExhaustiveDependencies": "error",
"useHookAtTopLevel": "error"
},
Expand Down

0 comments on commit 74cbe75

Please sign in to comment.