tamzinblake / js3-mode

A chimeric fork of js2-mode and js-mode
GNU General Public License v3.0
181 stars 13 forks source link

Feature Idea: Port some of the new jshint ideas into js3 #65

Open mbriggs opened 11 years ago

mbriggs commented 11 years ago

JSHint just added some really cool stuff in r11 https://github.com/jshint/jshint/pull/593/

Would be really cool if this stuff was added to js3, no idea how hard it would be though.

tamzinblake commented 11 years ago

Absolutely. Might have to wait for the new parser.

travisjeffery commented 9 years ago

+9001 or just use jshint

marcinant commented 9 years ago

:-1: Question is why not use external tools like Flycheck to handle jshint output?