Skip to content

Commit

Permalink
Merge pull request #208 from mormahr/migrate-vscode-settings
Browse files Browse the repository at this point in the history
Replace deprected autoFix setting with new option
  • Loading branch information
patricklafrance authored Oct 29, 2020
2 parents a5db6ca + ee47b3a commit ca69396
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"javascript.validate.enable": true,
"json.format.enable": false,
// Required to allow auto format on save with Prettier + ESLint + Vetur.
"eslint.autoFixOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.alwaysShowStatus": true,
"sort-imports.suppress-warnings": true,
"search.exclude": {
Expand Down

0 comments on commit ca69396

Please sign in to comment.