We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I setup this config in a .jshintrc file. But the sublime plugin is still give me a warning "missing use strict statement".
I try run gulp-jshint with the same .jshintrc file, and gulp-jshint works fine.
The text was updated successfully, but these errors were encountered:
What is your .jshintrc file looking like?
Sorry, something went wrong.
{ "es3": true, "strict": "implied", "curly": true, "forin": true, "eqeqeq": true, "eqnull": true, "undef": true, "unused": true, "noarg": true, "globals": { "__comment": "true means read-write, false means read-only", "console": true, "JSON": false, "location": true, "document": true, "window": true, "FormData": false, "XMLHttpRequest": false, "encodeURLComponent": false, "decodeURLComponent": false, "setTimeout": false, "setInterval": false, "clearTimeout": false, "clearInterval": false, "localStorage": true, "module": true, "require": false, "Promise": false, "process": false, "define": true } }
No branches or pull requests
I setup this config in a .jshintrc file. But the sublime plugin is still give me a warning "missing use strict statement".
I try run gulp-jshint with the same .jshintrc file, and gulp-jshint works fine.
The text was updated successfully, but these errors were encountered: