ginetta / skeleton

a static site generator for web frontend projects
22 stars 4 forks source link

Add code quality tools #9

Open lejoe opened 10 years ago

lejoe commented 10 years ago

I removed all lints for now. We should research which ones we want to use

peterbraden commented 9 years ago

+1 for eslint. (and use es6!!)

lejoe commented 8 years ago

http://stylelint.io/

meodai commented 8 years ago

@lejoe we should use a SASS linter, not a CSS linter. since the output is easily configurable.

lucalanca commented 8 years ago

agreed with @meodai. My only problem is that I only know scss-lint which is ruby (yikes!) and meant with ruby-sass in mind (yikes!).