Closed snollygolly closed 8 years ago
We need to run ESlint on the code in addition to npm test to ensure that proper styling is followed.
npm test
./node_modules/.bin/mocha ./tests/ && ./node_modules/.bin/eslint .
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 .