Skip to content

Commit 474809c

Browse files
authored
chore: fix vscode "run on save" settings (#1026)
1 parent 109ebf2 commit 474809c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"**/node_modules": true,
66
"**/build": true
77
},
8-
"editor.formatOnSave": true,
8+
"editor.codeActionsOnSave": {
9+
"source.fixAll.eslint": true
10+
},
911
"flow.useNPMPackagedFlow": true,
1012
"javascript.validate.enable": false,
1113
"eslint.validate": [

0 commit comments

Comments
 (0)