Skip to content

Commit 4e77c77

Browse files
committed
chore: update vscode settings
1 parent 5e3f2da commit 4e77c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"eslint.lintTask.enable": true,
44
"editor.defaultFormatter": "esbenp.prettier-vscode",
55
"editor.codeActionsOnSave": {
6-
"source.fixAll.eslint": true,
7-
"source.fixAll.markdownlint": true
6+
"source.fixAll.eslint": "explicit",
7+
"source.fixAll.markdownlint": "explicit"
88
},
99
}

0 commit comments

Comments
 (0)