A pluggable linting utility for JavaScript and JSX. More information: https://eslint.org.
eslint --init
eslint {{filename}}.js {{filename1}}.js
eslint --fix
eslint -c {{path/to/config_file}} {{app/src}}