diff options
author | Andrey Luiz <andrey.luiz@sonarsource.com> | 2024-03-27 16:11:46 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-03-27 20:02:41 +0000 |
commit | 4e8d5f514fc8e92ac2de8583a53b2756de017399 (patch) | |
tree | e5e0d7620dfd038d347b7a82592721ca21a7d131 /.vscode | |
parent | 2d74ec68eacea50de73aa63504d26070f289bc66 (diff) | |
download | sonarqube-4e8d5f514fc8e92ac2de8583a53b2756de017399.tar.gz sonarqube-4e8d5f514fc8e92ac2de8583a53b2756de017399.zip |
[NO-JIRA] ESLint fix on save setting (#10858)
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 0aa316cd929..5807abed4af 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "editor.codeActionsOnSave": { + "source.fixAll.eslint": "explicit", "source.organizeImports": "explicit" }, "editor.formatOnSave": true, |