The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Code::TidyAll::Plugin::JSLint - Use jslint with tidyall

VERSION

version 0.48

SYNOPSIS

   In configuration:

   [JSLint]
   select = static/**/*.js
   argv = --white --vars --regex

DESCRIPTION

Runs jslint, a JavaScript validator, and dies if any problems were found.

INSTALLATION

Install npm, then run

    npm install jslint

CONFIGURATION

argv

Arguments to pass to jslint

cmd

Full path to jslint

SUPPORT

bugs may be submitted through https://github.com/houseabsolute/perl-code-tidyall/issues.

I am also usually active on IRC as 'drolsky' on irc://irc.perl.org.

AUTHORS

  • Jonathan Swartz <swartz@pobox.com>

  • Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENCE

This software is copyright (c) 2011 - 2016 by Jonathan Swartz.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.