Skip to content

Commit 76f4532

Browse files
committed
chore: update source.fixAll.eslint to explicit flag in VSCode settings
1 parent fe26a4b commit 76f4532

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
@@ -5,7 +5,7 @@
55
"debug.console.wordWrap": false,
66
"editor.wordWrap": "off",
77
"editor.codeActionsOnSave": {
8-
"source.fixAll.eslint": true
8+
"source.fixAll.eslint": "explicit"
99
},
1010
"editor.defaultFormatter": "esbenp.prettier-vscode",
1111
"editor.formatOnSave": true

0 commit comments

Comments
 (0)