cfjedimaster / brackets-jshint

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

"white" option ignored when using .jshintrc #23

Closed EvHaus closed 10 years ago

EvHaus commented 10 years ago

I know "white" is going to be deprecated soon, but from what I can see it hasn't been yet.

When using .jshintrc with "white:true" -- the rule isn't being used. However, if I remove .jshintrc from my project and add "/jshint white:true/" at the top of my file -- the rule is enabled.

How come there is this inconsistency? Any chance we can keep the rule enabled via .jshintrc?

EvHaus commented 10 years ago

Nevermind. Looks like it's working now. Strange.