Manpage logo

Code::TidyAll::Plugin::ESLint - Use eslint with tidyall

NAME  SYNOPSIS  DESCRIPTION  INSTALLATION  CONFIGURATION 

NAME

Code::TidyAll::Plugin::ESLint − Use eslint with tidyall

SYNOPSIS

In configuration:
[ESLint]
select = static/**/*.js
argv = −c $ROOT/.eslintrc −−color

DESCRIPTION

Runs eslint <http://eslint.org//>, pluggable linting utility for JavaScript and JSX.

INSTALLATION

Install npm <https://npmjs.org/>, then run

npm install eslint

CONFIGURATION

argv

Arguments to pass to eslint. Use "−−color" to force color output.

cmd

Full path to eslint


Updated 2026-06-01 - jenkler.se | uex.se