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

Commit

Permalink
chore: update VS Code's workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Jul 6, 2018
1 parent d044567 commit 3c6b365
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@

// Disable built-in JS validator due to unsupported language syntax being used
"javascript.validate.enable": false,
"javascript.format.enable": false,
"typescript.format.enable": false,

// Enable ESLint and its auto-fixer
"eslint.enable": true,
"eslint.autoFixOnSave": true
"eslint.autoFixOnSave": true,
"eslint.options": {
"reportUnusedDisableDirectives": true
}
}

0 comments on commit 3c6b365

Please sign in to comment.