cjdev2 / jshint-mojo

A simple, speedy maven plugin for running javascript code through jshint
GNU General Public License v2.0
40 stars 32 forks source link

how to define global jshint options like /* jshint -W100 */ #24

Open jefimm opened 10 years ago

jefimm commented 10 years ago

As far as I understand there is no way to define jshint options like /* jshint -W100 */ Am I missing something ?

codexico commented 10 years ago
"-W100": false // Silently deleted characters (in locales)