Browse Source

[NO-JIRA] ESLint fix on save setting (#10858)

tags/10.5.0.89998
Andrey Luiz 1 month ago
parent
commit
4e8d5f514f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .vscode/settings.json

+ 1
- 0
.vscode/settings.json View File

@@ -1,5 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"editor.formatOnSave": true,

Loading…
Cancel
Save