Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Code::TidyAll::Plugin::ESLint - Use eslint with tidyall
SYNOPSIS
In configuration:
[ESLint]
select = static/**/*.js
argv = -c $ROOT/.eslintrc --color
DESCRIPTION
Runs eslint, pluggable linting utility for JavaScript and JSX.
INSTALLATION
Install npm, then run
npm install eslint
CONFIGURATION
- argv
-
Arguments to pass to eslint. Use
--color
to force color output. - cmd
-
Full path to eslint