Skip to content

Commit

Permalink
vscode: update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmax committed Nov 6, 2019
1 parent 5398902 commit 5576473
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "typescript",
"autoFix": true
},
{
"language": "typescriptreact",
"autoFix": true
}
"typescript",
"typescriptreact"
],
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": [
Expand All @@ -23,6 +17,9 @@
"[typescriptreact]": {
"editor.formatOnSave": true
},
"[typescript]": {
"editor.formatOnSave": true
},
"[scss]": {
"editor.formatOnSave": true
}
Expand Down

0 comments on commit 5576473

Please sign in to comment.