diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-12-07 15:05:37 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-12-07 15:05:37 +0100 |
commit | a43b0ccc15642796bf17015c8b3dbc11178888ee (patch) | |
tree | 3f5d9b5db285ef9f02195fcff760d4c30ca1e7c8 /server/sonar-web/.eslintrc | |
parent | cda9a5bbef193e9d7c7e0b31d1cac3818d9b8837 (diff) | |
download | sonarqube-a43b0ccc15642796bf17015c8b3dbc11178888ee.tar.gz sonarqube-a43b0ccc15642796bf17015c8b3dbc11178888ee.zip |
fix quality flaws
Diffstat (limited to 'server/sonar-web/.eslintrc')
-rw-r--r-- | server/sonar-web/.eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/.eslintrc b/server/sonar-web/.eslintrc index d0a6a17a2ea..2eede2ccbee 100644 --- a/server/sonar-web/.eslintrc +++ b/server/sonar-web/.eslintrc @@ -28,6 +28,7 @@ "rules": { "arrow-spacing": 2, + "comma-dangle": 2, "comma-spacing": 2, "curly": 2, "eol-last": 2, |