jouni-kantola / ruin

A CSS post-processor that saves bytes over the wire by shortening names of CSS classes.
MIT License
2 stars 0 forks source link

linter #12

Closed jouni-kantola closed 8 years ago

jouni-kantola commented 8 years ago

We've already had discussions about code styles. Let's add a linter, instead of wasting time in the review process.

davidxcheng commented 8 years ago

Good call, jshint immediately caught a few mistakes. But we still need to agree on coding style⚔

jouni-kantola commented 8 years ago

Agree. I like this one: https://github.com/airbnb/javascript

jouni-kantola commented 8 years ago

Added lint task in https://github.com/davidxcheng/ruin/pull/14.