aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.eslintrc
diff options
context:
space:
mode:
authorPascal Mugnier <pascal.mugnier@sonarsource.com>2018-04-26 15:31:42 +0200
committerSonarTech <sonartech@sonarsource.com>2018-05-03 20:20:50 +0200
commit4a31f1ff8f39bdd5189d75f420ab052ec5a75cd6 (patch)
treebdb0ff5255e953a466c67629e214f6f0e544fee3 /server/sonar-web/.eslintrc
parent4c2edb7abdb283c6bed56ce6be32304f67529045 (diff)
downloadsonarqube-4a31f1ff8f39bdd5189d75f420ab052ec5a75cd6.tar.gz
sonarqube-4a31f1ff8f39bdd5189d75f420ab052ec5a75cd6.zip
SONAR-10609 Rework the global help modal to a dropdown (#177)
Diffstat (limited to 'server/sonar-web/.eslintrc')
-rw-r--r--server/sonar-web/.eslintrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/sonar-web/.eslintrc b/server/sonar-web/.eslintrc
index f3c47f9df45..801383c08c7 100644
--- a/server/sonar-web/.eslintrc
+++ b/server/sonar-web/.eslintrc
@@ -1,3 +1,7 @@
{
- "extends": "sonarqube"
+ "extends": "sonarqube",
+
+ "rules": {
+ "import/extensions": ["error", "never", { "json": "always" }]
+ }
}