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

Indent and whitespace warnings are not showing up in eclipse #122

Open
jgr208 opened this issue Dec 19, 2016 · 0 comments
Open

Indent and whitespace warnings are not showing up in eclipse #122

jgr208 opened this issue Dec 19, 2016 · 0 comments

Comments

@jgr208
Copy link

jgr208 commented Dec 19, 2016

In my eclipse GUI I current get told I have 52 JSHint problems, when I then run JSHint through CLI on the code I get told I have 358 problems. All the the problems that were missed in eclipse have to do with whitespace and indent warnings. Is it normal for the whitespace and indent warnings to not show up in eclipse?

The jshint config file is below

{ // Enforcing options "undef": true, "curly": true, "unused": true, "maxlen": 80, "trailing": true, "indent": 2, "camelcase": true, "newcap": true, "eqeqeq": false, "maxerr": 1000, "browser": true, "devel": true, "eqnull":true, "loopfunc" : true, "-W100": true, "strict": false }

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

1 participant