updated eslint vscode settings
This commit is contained in:
Родитель
0179afee0e
Коммит
2f0b2a149f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче