Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottAgirs committed Oct 21, 2021
1 parent 6f68666 commit d5cb0af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ Below are the steps to install (click on the step to open the instructions).
{
// ...
// Run formatter when you save code changes
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
// Disable default formatting (ESLint formatting will be used instead)
"[javascript]": {
"editor.formatOnSave": false
Expand Down

0 comments on commit d5cb0af

Please sign in to comment.