How to lint this language
npm
is Node Package Manager. It download and installs required packages
and libraries for your project.
To lint this project:
- Install
npm
- In this folder, run
npm install
. This will create anode_packages
folder where all the libraries and files live. npm run lint
will run the linter. Ormake lint
.