Skip to content

Commit 182b290

Browse files
authored
Update settings.json
Stop vscode from trying to update this all the time
1 parent ed54234 commit 182b290

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
@@ -10,7 +10,7 @@
1010
"**/.pnp.*": true
1111
},
1212
"editor.codeActionsOnSave": {
13-
"source.fixAll.eslint": true
13+
"source.fixAll.eslint": "explicit"
1414
},
1515
"workbench.editorAssociations": {
1616
"*.dmi": "imagePreview.previewEditor"

0 commit comments

Comments
 (0)