Skip to content

Commit

Permalink
feat: Update ESLint configuration to fix all errors on save
Browse files Browse the repository at this point in the history
  • Loading branch information
usantos-at-wiris authored Sep 19, 2024
1 parent 923d292 commit 8640fda
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 @@ -13,7 +13,7 @@
"files.autoSave": "afterDelay", // Autosave files after a delay
"editor.formatOnSave": true, // Format code when saving ( <Ctrl> + S)
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true // Fix all ESLint errors on save
"source.fixAll.eslint": "explicit" // Fix all ESLint errors on save
},

//! File settings
Expand Down

0 comments on commit 8640fda

Please sign in to comment.