1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

updated eslint vscode settings

This commit is contained in:
Bharat Middha
2020-01-03 17:00:29 -06:00
parent 0179afee0e
commit 2f0b2a149f

View File

@@ -1,10 +1,9 @@
// Place your settings in this file to overwrite default and user settings.
{
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
{ "language": "typescript", "autoFix": true }
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript", "typescript"],
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false