Closed bikasv closed 10 years ago
I'm sorry you never read documentation, specifically about the "strict" and "globalstrict" options in jshint.
I know you can do that using your setting But JSHint (or JSLint as a matter of fact) don't want "use strict" to be written in each function call. That's what's solid with this plugin.
It tries to check for "use strict" in every function and even closure of module (in module pattern). Practically, showing 20-25 JsHint errors, which are not. This practically renders the plugin unusable.