fendersperth / fendersbot

A group project for learning and teaching via a real code base
9 stars 3 forks source link

Added jscs rules to package.json and explanation to README.md #17

Closed luke-john closed 8 years ago

luke-john commented 8 years ago

I've set it to airbnbs style guide and overridden the requireTrailingComma rule.

I also added some details to README.md explaining how to use.

closes #8

karlbright commented 8 years ago

:+1:

kevincharm commented 8 years ago

:+1:

karlbright commented 8 years ago

Before we merge this, I'd like to see the jscs module added as a devDependency and then added to the test command. That way travis should allow us to handle linting + tests within PRs.