Skip to content

Commit

Permalink
chore: update vscode setting (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelzhang authored and rakannimer committed Jan 23, 2020
1 parent 8ee156d commit 5b45778
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"javascript.format.enable": false,
"eslint.autoFixOnSave": true,
"eslint.validate": [
{ "language": "javascript", "autoFix": true },
{ "language": "javascriptreact", "autoFix": true },
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
]
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

0 comments on commit 5b45778

Please sign in to comment.