Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
feat: use newer vscode settings eslint validate syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rrebase committed Jan 29, 2020
1 parent 8262d43 commit 47cf7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [{ "mode": "auto" }],
"[javascript]": { "editor.formatOnSave": false },
Expand Down

0 comments on commit 47cf7ba

Please sign in to comment.