Code::TidyAll::Plugin::ESLint − Use eslint with tidyall
In
configuration:
[ESLint]
select = static/**/*.js
argv = −c $ROOT/.eslintrc −−color
Runs eslint <http://eslint.org//>, pluggable linting utility for JavaScript and JSX.
Install npm <https://npmjs.org/>, then run
npm install eslint
argv
Arguments to pass to eslint. Use "−−color" to force color output.
|
cmd |
Full path to eslint |