diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-12-23 16:19:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-23 16:19:54 +0100 |
commit | ed2fff193eca9e5407e42a32e54eef02daca0fb7 (patch) | |
tree | 29093fd442888ffa5446dba6142ab93d3290ab7a /server/sonar-web/.eslintrc | |
parent | cc65eb695394d533c0124c53742a5bb36f948a70 (diff) | |
download | sonarqube-ed2fff193eca9e5407e42a32e54eef02daca0fb7.tar.gz sonarqube-ed2fff193eca9e5407e42a32e54eef02daca0fb7.zip |
SONAR-8554 Load and display page extensions (#1482)
Diffstat (limited to 'server/sonar-web/.eslintrc')
-rw-r--r-- | server/sonar-web/.eslintrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/.eslintrc b/server/sonar-web/.eslintrc index df5d5291501..461c8bbc32e 100644 --- a/server/sonar-web/.eslintrc +++ b/server/sonar-web/.eslintrc @@ -160,7 +160,6 @@ "react/no-render-return-value": 2, "react/no-unescaped-entities": 2, "react/no-unknown-property": 2, - "react/no-unused-prop-types": 2, "react/react-in-jsx-scope": 2, "react/require-render-return": 2, "react/self-closing-comp": 2 |