Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat: update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fox1t committed Mar 6, 2020
1 parent 88afbf9 commit ae83acb
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"eslint.autoFixOnSave": true,
"eslint.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript",
"javascriptreact",
{
"autoFix": true,
"language": "typescript"
},
{
"autoFix": true,
"language": "typescriptreact"
}
]
"typescript",
"typescriptreact"
],
}

0 comments on commit ae83acb

Please sign in to comment.