Skip to content

Commit

Permalink
Resolve on save vscode conflict (Choices-js#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshjohnson authored Oct 28, 2019
1 parent 264a0cb commit 50fae12
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 @@ -2,7 +2,6 @@
"eslint.enable": true,
// prevent watch task failures on lint errors
"eslint.autoFixOnSave": true,
"editor.formatOnSave": true,
// switch off default VSCode formatting rules
"javascript.format.enable": false,
// Javascript prettier runs via ESLint
Expand All @@ -16,6 +15,9 @@
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.formatOnSave": false
},
"search.exclude": {
"**/node_modules": true,
"public/assets": true,
Expand Down

0 comments on commit 50fae12

Please sign in to comment.