Skip to content

Commit 4119c46

Browse files
committed
chore: fix deprecated workspace setting
1 parent a200e30 commit 4119c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
},
88
"editor.defaultFormatter": "esbenp.prettier-vscode",
99
"editor.codeActionsOnSave": {
10-
"source.fixAll.eslint": true
10+
"source.fixAll.eslint": "explicit"
1111
}
1212
}

0 commit comments

Comments
 (0)