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.83
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
42 The source code repository for Code-TidyAll can be found at
43 <https://github.com/houseabsolute/perl-code-tidyall>.
44
46 • Jonathan Swartz <swartz@pobox.com>
47
48 • Dave Rolsky <autarch@urth.org>
49
51 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
52
53 This is free software; you can redistribute it and/or modify it under
54 the same terms as the Perl 5 programming language system itself.
55
56 The full text of the license can be found in the LICENSE file included
57 with this distribution.
58
59
60
61perl v5.38.0 2023-07-20 Code::TidyAll::Plugin::JSLint(3)