Skip to content

Commit

Permalink
🔧 Add the codeActionsOnSave
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobrunodev committed Mar 1, 2020
1 parent 3e1b894 commit 8e78fa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
".prettierrc": "json"
},
"eslint.autoFixOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
}

0 comments on commit 8e78fa1

Please sign in to comment.