Member-only story
This article is showing you how to use SonarQube with ReactJS and its JSX files. I will use both SonarQube JavaScript plugin and the additional plugin Sonar EsLint plugin.
For the people who has missed my previous article, I have created a new SonarQube plugin to extends the Javascript analysis.
Installation and Configuration
The first step is to download the plugin directly from Github here.
Find the latest release.
Copy it in your Sonar extension folder.
Restart the server
Restart the server by calling the commands (here on linux)
➜ sonarqube-6.0 ./bin/linux-x86–64/sonar.sh stop
Waiting for SonarQube to exit…
➜ sonarqube-6.0 ./bin/linux-x86–64/sonar.sh start