This article shows two distinct methods of running SonarQube against a Javascript Project running on our local machine, by the use of:
1. Docker
2. An npm module sonar-scanner. The Docker’s way: Have Docker installed on your machine, we are halfway through the process already! To run Sonarqube server: docker run -d --name…