Skip to content

Commit fa46f3d

Browse files
sukvvonkimyouknow
andauthored
chore(.vscode/settings): use 'source.fixAll.eslint' instead of 'source.fixAll' (#337)
Co-authored-by: 김윤호 yunho <kimyouknow@naver.com>
1 parent c541d78 commit fa46f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"eslint.nodePath": ".yarn/sdks",
77
"editor.codeActionsOnSave": {
8-
"source.fixAll": "explicit"
8+
"source.fixAll.eslint": "explicit"
99
},
1010
"editor.defaultFormatter": "esbenp.prettier-vscode",
1111
"editor.formatOnSave": true,

0 commit comments

Comments
 (0)