diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-04-17 14:25:25 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-04-17 20:20:48 +0200 |
commit | b6b3aab90877ce4b9106378e13eff601f794c68c (patch) | |
tree | dc7a2ce0bc8866a580d77527465ae04da04d152a /server/sonar-vsts/yarn.lock | |
parent | 3a4cd557bc1448a83e1f8bcd0c2fe3de1a698ca7 (diff) | |
download | sonarqube-b6b3aab90877ce4b9106378e13eff601f794c68c.tar.gz sonarqube-b6b3aab90877ce4b9106378e13eff601f794c68c.zip |
add eslint-plugin-sonarjs (#153)
Diffstat (limited to 'server/sonar-vsts/yarn.lock')
-rw-r--r-- | server/sonar-vsts/yarn.lock | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/server/sonar-vsts/yarn.lock b/server/sonar-vsts/yarn.lock index 1fad7fa5983..5d03d335354 100644 --- a/server/sonar-vsts/yarn.lock +++ b/server/sonar-vsts/yarn.lock @@ -2479,6 +2479,10 @@ eslint-plugin-react@7.6.1: jsx-ast-utils "^2.0.1" prop-types "^15.6.0" +eslint-plugin-sonarjs@0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.1.0.tgz#fedf6e67296c30470002c48d10a701d69e40af8a" + eslint-scope@^3.7.1: version "3.7.1" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8" @@ -7607,4 +7611,3 @@ yargs@~3.10.0: cliui "^2.1.0" decamelize "^1.0.0" window-size "0.1.0" - |