cfjedimaster / brackets-jshint

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

.jshintrc file not picked up #15

Closed OliverJAsh closed 10 years ago

OliverJAsh commented 10 years ago

I have installed this extension from within Brackets, and for some reason my jshintrc file is not getting picked up. Can you help me troubleshoot the problem?

cfjedimaster commented 10 years ago

I believe I described this in the readme. Unfortunately, the new Brackets linting API does not work for async processes. This is why I haven't updated my W3CValidator (it uses HTTP).

In theory I could refresh the lint once the file is read, but there would be a one time 'flicker' when rendering your issues. Or worse, it would go from having issues to none.

Personally I'd rather wait and see if the Brackets team supports a better workaround.

OliverJAsh commented 10 years ago

Sorry, had a quick skim read but didn't see this. Thanks!