Skip to content

Commit 572e157

Browse files
setchyafonsojramos
andauthored
build: remove unused vscode settings (#1435)
* build: remove unused vscode settings Signed-off-by: Adam Setch <[email protected]> * Update .vscode/settings.json Co-authored-by: Afonso Jorge Ramos <[email protected]> --------- Signed-off-by: Adam Setch <[email protected]> Co-authored-by: Afonso Jorge Ramos <[email protected]>
1 parent 1800c04 commit 572e157

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll.eslint": "explicit",
4-
"source.organizeImports.biome": "explicit",
5-
"quickfix.biome": "explicit"
3+
"quickfix.biome": "explicit",
4+
"source.organizeImports.biome": "explicit"
65
},
76
"editor.defaultFormatter": "biomejs.biome",
87
"[typescript]": {

0 commit comments

Comments
 (0)