RolandJansen / intermix

Typescript/Javascript framework for building sequencer-based audio apps
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Add linting to watch task #1

Closed RolandJansen closed 8 years ago

RolandJansen commented 8 years ago

As far as I know, it's not possible to integrate linting into watchify. Linting was integrated into karma which gets started by the watch task anyway. Unfortunately this causes senseless linting errors, which should probably be part of another ticket.