To use ESLint, you must have Node.js installed and built with SSL support.
Install node modules by executing the following command:
npm install
To analyze the code in the specific folder and file run:
npx eslint project-dir/ file1.js
To analyze the code for the whole project run:
npx eslint ./