cfjedimaster / brackets-jshint

Adds JSHint support to Brackets
MIT License
130 stars 41 forks source link

.jshintrc not loading #59

Closed AdamMadrzejewski closed 10 years ago

AdamMadrzejewski commented 10 years ago

I use 'sprint 42 experimental build'. I've tried to put .jshintrc inside my root/js, root(even both together) folder of my project and jshint doesn't apply my configuration:

{
    "curly": true,
    "eqeqeq": true,
    "eqnull": true,
    "expr": true,
    "latedef": true,
    "newcap": true,
    "onevar": true,
    "noarg": true,
    "node": true,
    "trailing": true,
    "undef": true,
    "strict": true,
    "unused": true,
    "trailing": true
}
busykai commented 10 years ago

How did you figure it does not apply the config? The version of JSHint this extension is using right now is > 2.5.x, so if you expect any formatting errors it will not be reported (sic!), just silently ignored. Could you give an example of what's not working for you?

AdamMadrzejewski commented 10 years ago

Now I use "sprint 43 experimental build" and everything is working fine. I also have a fresh install of Ubuntu. I don't know where was the problem then.

busykai commented 10 years ago

@AdamMadrzejewski, glad it worked out. Please close the issue then. :)