updated eslint vscode settings

This commit is contained in:
Bharat Middha 2020-01-03 17:00:29 -06:00
Родитель 0179afee0e
Коммит 2f0b2a149f
1 изменённых файлов: 4 добавлений и 5 удалений

9
.vscode/settings.json поставляемый
Просмотреть файл

@ -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