victorporof / Sublime-JSHint

JSHint Gutter for Sublime Text 2 and 3 via node.js
https://github.com/victorporof/Sublime-JSHint
682 stars 71 forks source link

.jshintrc is ignored on Windows 7 x64, ST3 #51

Closed steven-pribilinskiy closed 10 years ago

steven-pribilinskiy commented 11 years ago

location of the file: c:\Users\Administrator\AppData\Roaming\Sublime Text 3\Packages\JSHint Gutter\.jshintrc it's completely ignored

OiNutter commented 11 years ago

I'm having a similar issue, but in my case it's my project specific .jshintrc file that is getting ignored.

bzuillsmith commented 10 years ago

Getting same issues. .jshintrc in a parent directory is not used. I'm on Windows 7 and I think I had the same problem on Win8

boycce commented 10 years ago

Make sure your .jshintrc is validated JSON, otherwise it doesn't parse.

abritinthebay commented 10 years ago

Mine is valid JSON. Doesn't work. No matter if its the one in my home director, the one in the plugin (edited, obviously), or the one in the project directory. All ignored.

bzuillsmith commented 10 years ago

Eventually it started working. I have no idea what I did. I'm sure the jshintrc file was valid. It just didn't pick up the .jshintrc file right after installation.

victorporof commented 10 years ago

Should be fixed by https://github.com/victorporof/Sublime-JSHint/commit/0a820077e086eaa928b8afe4e8db5becd09e2502