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_packagesfolder where all the libraries and files live. npm run lintwill run the linter. Ormake lint.