Skip to content

Commit

Permalink
vscore: update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Mar 9, 2020
1 parent 290bc34 commit 262a8fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
],
"eslint.autoFixOnSave": true
"eslint.autoFixOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

0 comments on commit 262a8fb

Please sign in to comment.