We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d10578 commit 71295c0Copy full SHA for 71295c0
.vscode/settings.json
@@ -22,7 +22,7 @@
22
"editor.formatOnSave": true,
23
"editor.formatOnType": true,
24
"editor.codeActionsOnSave": {
25
- "source.fixAll": "explicit"
+ "source.fixAll": "explicit" // Fix all fixable errors on explicit save.
26
},
27
// Show ESLint errors in the editor. Languages should match supported files `.eslintrc.js`.
28
"eslint.validate": ["javascript", "json", "jsonc", "yaml", "markdown"]
0 commit comments