eslint

AST-based pattern checker for JavaScript code quality and style

brewmacoslinux
Try with needOr install directly
Source

About

AST-based pattern checker for JavaScript

Commands

eslint

Examples

Lint a single JavaScript file$ eslint file.js
Lint all JavaScript files in a directory$ eslint src/
Fix automatically fixable linting errors$ eslint --fix src/