cfjedimaster / brackets-jshint

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

ignore shebang #78

Open yetzt opened 9 years ago

yetzt commented 9 years ago

i use a shebang on my first code line for server scripts, as it is legal with node.js.

#!/usr/bin/env node

jslint in brackets moans about them and stops linting. please fix it.

cfjedimaster commented 9 years ago

Is that mod you linked to actually in JSHint? If not, I can't fix it till they add it in as my extension wraps it.