Skip to content

Commit

Permalink
Run linter and organize imports on Save
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jul 19, 2024
1 parent 7a06451 commit 0b2f089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome",
Expand Down

0 comments on commit 0b2f089

Please sign in to comment.