cfjedimaster / brackets-jshint

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

.jshintrc still not respected in the current directory #49

Closed rabchev closed 10 years ago

rabchev commented 10 years ago

It seems that only the one in the project root is picked.

busykai commented 10 years ago

@rabchev, oops, this case (the .js file and .jshintrc in the same directory) is missed. the search starts from the parent directory. fix on its way!

busykai commented 10 years ago

@rabchev, thanks for reporting this one! submitted PR #50 which fixes it.

cfjedimaster commented 10 years ago

Geeze man - couldn't you respond quicker? ;) I'm at a conference so it may take me a bit to get this in - but will try to do it asap.

On Wed, May 14, 2014 at 10:26 AM, busykai notifications@github.com wrote:

@rabchev https://github.com/rabchev, thanks for reporting this one! submitted PR #50 https://github.com/cfjedimaster/brackets-jshint/pull/50which fixes it.

— Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-jshint/issues/49#issuecomment-43095327 .

Raymond Camden, Web Developer for Adobe

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: raymondcamden

busykai commented 10 years ago

Heh, just cleaning my mess. :)

cfjedimaster commented 10 years ago

Released to the registry - thanks again busykai!