sdebaun / sparks-cyclejs

45 stars 4 forks source link

include eslint in the development watch #8

Closed sdebaun closed 8 years ago

sdebaun commented 8 years ago

would love to see lint errors as i create them, is there a simpler way that doesnt involve gulp, or is it time to use gulp? @TylorS

TylorS commented 8 years ago

This should be very easy to do with just npm scripts. I'll take care of this first today.

What editor do you use? I'd really highly recommend finding a plugin to see eslint errors in real-time from right inside of your editor. I personally use Atom with linter-eslint to great success.

TylorS commented 8 years ago

I'm also going to investigate options to do this simply with webpack.

sdebaun commented 8 years ago

Awesome, per your suggestion i found a plugin for sublime that lints while-you-work. you're right, thats way better :)

TylorS commented 8 years ago

Awesome :+1: