Skip to content
New issue

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

"strict": "implied" not working #124

Open
zyy7259 opened this issue Jan 22, 2016 · 2 comments
Open

"strict": "implied" not working #124

zyy7259 opened this issue Jan 22, 2016 · 2 comments

Comments

@zyy7259
Copy link

zyy7259 commented Jan 22, 2016

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.

@victorporof
Copy link
Owner

What is your .jshintrc file looking like?

@zyy7259
Copy link
Author

zyy7259 commented Feb 18, 2016

{
"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
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants