MiguelCastillo / Brackets-InteractiveLinter

Interactive linting for Brackets
Other
119 stars 26 forks source link

Support options in the header for jslint #170

Closed atishay closed 8 years ago

atishay commented 8 years ago

JSLint support linter options per file via /*jshint unused: true, node: true */ The interactive linter should support those.

MiguelCastillo commented 8 years ago

@atishay811 that use case is supposed to work. I am assuming you tested it and it didn't work, so I will double check that.

atishay commented 8 years ago

It was using jshint by default. Didn't read my jslint settings. Sorry for the confusion. After I set this to jslint, everything works.

MiguelCastillo commented 8 years ago

Oh great! Glad it still works. Got me concerned for a moment :)