aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorAndrey Luiz <andrey.luiz@sonarsource.com>2024-03-27 16:11:46 +0100
committersonartech <sonartech@sonarsource.com>2024-03-27 20:02:41 +0000
commit4e8d5f514fc8e92ac2de8583a53b2756de017399 (patch)
treee5e0d7620dfd038d347b7a82592721ca21a7d131 /.vscode
parent2d74ec68eacea50de73aa63504d26070f289bc66 (diff)
downloadsonarqube-4e8d5f514fc8e92ac2de8583a53b2756de017399.tar.gz
sonarqube-4e8d5f514fc8e92ac2de8583a53b2756de017399.zip
[NO-JIRA] ESLint fix on save setting (#10858)
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json1
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,