A tool for linting JavaScript files to catch errors and enforce coding standards.
Refer to the ZumerBox bundle for more information and tools.
npm install @zumerbox/js-lint --save-dev
npx @zumerbox/js-lint
By default ESlint is instructed to perform a check without making any changes to the files. To fix any issues run @zumerbox/js-lint
again with the --fix
argument to fix js.
This tool is powered by ESlint (https://eslint.org)