The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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