Skip to content

Commit

Permalink
fix: vscode eslint on save settings (#9584)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored Feb 17, 2020
1 parent e2ad3a5 commit 1ed46e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"**/node_modules": true,
"**/build": true
},
"eslint.autoFixOnSave": true,
"javascript.validate.enable": false,
"jest.pathToJest": "yarn jest --"
"jest.pathToJest": "yarn jest --",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

0 comments on commit 1ed46e7

Please sign in to comment.