snollygolly / open-hearts

:heart: An open source version of the card game Hearts.
21 stars 4 forks source link

Require linting to pass travis tests #17

Closed snollygolly closed 8 years ago

snollygolly commented 8 years ago

We need to run ESlint on the code in addition to npm test to ensure that proper styling is followed.

./node_modules/.bin/mocha ./tests/ && ./node_modules/.bin/eslint .