wookiehangover / jshint.vim

JSHint fork of jslint.vim
Other
194 stars 45 forks source link

Fixing the .jshintrc file path parsing. #23

Closed jaredmcateer closed 10 years ago

jaredmcateer commented 10 years ago

It was just checking the parent director and then failing. Now it will recursively walk up the path properly.

eddiemonge commented 10 years ago

why drop the expands?

jaredmcateer commented 10 years ago

The path is expanded on the first call on L89. Further expands had the effect of returning an empty string.