Skip to content

Commit

Permalink
πŸ“„
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone committed Feb 5, 2024
1 parent 8d10578 commit 71295c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
"source.fixAll": "explicit" // Fix all fixable errors on explicit save.
},
// Show ESLint errors in the editor. Languages should match supported files `.eslintrc.js`.
"eslint.validate": ["javascript", "json", "jsonc", "yaml", "markdown"]
Expand Down

0 comments on commit 71295c0

Please sign in to comment.