Skip to content

Commit 71295c0

Browse files
committed
📄
1 parent 8d10578 commit 71295c0

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
@@ -22,7 +22,7 @@
2222
"editor.formatOnSave": true,
2323
"editor.formatOnType": true,
2424
"editor.codeActionsOnSave": {
25-
"source.fixAll": "explicit"
25+
"source.fixAll": "explicit" // Fix all fixable errors on explicit save.
2626
},
2727
// Show ESLint errors in the editor. Languages should match supported files `.eslintrc.js`.
2828
"eslint.validate": ["javascript", "json", "jsonc", "yaml", "markdown"]

0 commit comments

Comments
 (0)