Skip to content

Commit 34fef73

Browse files
authored
Run biome linter and organize imports on File Save (#908)
1 parent 7a06451 commit 34fef73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll.eslint": "explicit"
3+
"quickfix.biome": "explicit",
4+
"source.organizeImports.biome": "explicit"
45
},
56
"editor.formatOnSave": true,
67
"editor.defaultFormatter": "biomejs.biome",

0 commit comments

Comments
 (0)