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

App::Nostray - Detect and eliminate stray commas in Javascript source files

SYNOPSIS

 usage: nostray [-v|h|n|R] file|startdir
     -v  be verbose
     -h  print this help
     -m  modify source files
     -R  print all jshint reports
     

AUTHORS

 Michael Langner, mila at cpan dot org

THANKS

This script uses an embedded copy of JSHINT (http://www.jshint.com/about/) to do all the javascript parsing and error detection.

COPYRIGHT & LICENSE

Copyright 2014 Michael Langner, all rights reserved.

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