1Code::TidyAll::Plugin::UJsSeLrinCto(n3t)ributed Perl DocCuomdeen:t:aTtiidoynAll::Plugin::JSLint(3)
2
3
4
6 Code::TidyAll::Plugin::JSLint - Use jslint with tidyall
7
9 version 0.78
10
12 In configuration:
13
14 [JSLint]
15 select = static/**/*.js
16 argv = --white --vars --regex
17
19 Runs jslint <http://www.jslint.com/>, a JavaScript validator, and dies
20 if any problems were found.
21
23 Install npm <https://npmjs.org/>, then run
24
25 npm install jslint
26
28 This plugin accepts the following configuration options:
29
30 argv
31 Arguments to pass to "jslint".
32
33 cmd
34 The path for the "jslint" command. By default this is just "jslint",
35 meaning that the user's "PATH" will be searched for the command.
36
38 Bugs may be submitted at
39 <https://github.com/houseabsolute/perl-code-tidyall/issues>.
40
41 I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
42
44 The source code repository for Code-TidyAll can be found at
45 <https://github.com/houseabsolute/perl-code-tidyall>.
46
48 • Jonathan Swartz <swartz@pobox.com>
49
50 • Dave Rolsky <autarch@urth.org>
51
53 This software is copyright (c) 2011 - 2020 by Jonathan Swartz.
54
55 This is free software; you can redistribute it and/or modify it under
56 the same terms as the Perl 5 programming language system itself.
57
58 The full text of the license can be found in the LICENSE file included
59 with this distribution.
60
61
62
63perl v5.34.0 2021-07-22 Code::TidyAll::Plugin::JSLint(3)