You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.
Right now I can't use /jslint vars: true/ in a JavaScript file because the yuicompressor-maven-plugin's jslint.js version doesn't have that option (the plugin's jslint goal just returns an error and halts.)
Could you please update the plugin to the latest JSLint.js?
The text was updated successfully, but these errors were encountered:
This is dependent on #63. If you decide to keep it, you should update it to the latest one as it saves people a lot of time and aggravation as they can't understand why their jslint settings aren't working.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi the latest JSLint.js has many more settings (such as the "vars" setting):
https://github.com/douglascrockford/JSLint/blob/master/jslint.js#L288
than the three-year old one packaged with the plugin:
https://github.com/davidB/yuicompressor-maven-plugin/blob/master/src/main/resources/jslint.js#L53
Right now I can't use /jslint vars: true/ in a JavaScript file because the yuicompressor-maven-plugin's jslint.js version doesn't have that option (the plugin's jslint goal just returns an error and halts.)
Could you please update the plugin to the latest JSLint.js?
The text was updated successfully, but these errors were encountered: