Skip to content

Commit a0f2d5e

Browse files
committed
Update ESLint settings to use explicit fixing on save
1 parent 3484cf0 commit a0f2d5e

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
@@ -25,6 +25,6 @@
2525
"eslint.run": "onType",
2626
"eslint.autoFixOnSave": true,
2727
"editor.codeActionsOnSave": {
28-
"source.fixAll.eslint": true
28+
"source.fixAll.eslint": "explicit"
2929
},
3030
}

0 commit comments

Comments
 (0)