diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-15 13:43:14 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-16 09:13:02 +0200 |
commit | 8291dc2ef2e08639a700fdbdbc767b012e3faa91 (patch) | |
tree | ce0405c17f092bded569569983f17c97255df633 /server/sonar-web/.eslintrc | |
parent | c26fb2558134abbbd0027a50daee65eb3085bcf3 (diff) | |
download | sonarqube-8291dc2ef2e08639a700fdbdbc767b012e3faa91.tar.gz sonarqube-8291dc2ef2e08639a700fdbdbc767b012e3faa91.zip |
Configure for use with Typescript
Diffstat (limited to 'server/sonar-web/.eslintrc')
-rw-r--r-- | server/sonar-web/.eslintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/.eslintrc b/server/sonar-web/.eslintrc index a70af822846..6bbf8a9e0d5 100644 --- a/server/sonar-web/.eslintrc +++ b/server/sonar-web/.eslintrc @@ -98,7 +98,7 @@ "flowtype/space-before-type-colon": 2, "flowtype/union-intersection-spacing": 2, - "import/no-unresolved": 2, + "import/no-unresolved": 0, "import/named": 2, "import/default": 2, "import/namespace": 2, |