sonarwhal is a linting tool for the web, with a strong focus on the developer experience: easy to configure, develop, and well documented.
Quick start user guide
Once you have Node.js v8.x on your machine, you can use npx or install sonarwhal globally to use it.
Using npx
Just run the following command:
npx sonarwhal https://example.com
This will start the wizard to create a .sonarwhalrc
file, and then analyze https://example.com
.
Go to the documentation to know more or checkout the Github repo.