tgallant / angular-tpd-vis

1 stars 1 forks source link

Style checking #5

Open seanastephens opened 9 years ago

seanastephens commented 9 years ago

It would be awesome to have an automated style-checker/lint. Does anyone have experience with such a tool for javascript?

tgallant commented 9 years ago

there is jslint. it is included in our grunt workflow. i think at the moment it only runs when you compile everything. we can set that up to run every time there is a change though. this way every time grunt refreshes it will throw errors if there are style errors. i will look into getting that working properly

seanastephens commented 9 years ago

I got jshint incorporated -- is that what you were referring to?