Closed benjick closed 8 years ago
Also added some steps to the readme I had to do to get npm test to run
npm test
I've also put in a linter (ESLint), which can be run with npm run lint. I didn't remove unused functions because you might want to keep them for some reason.
npm run lint
Meant to comment on this earlier. As much as I like ES6, I don't think a complete rewrite is necessary and therefore will be closing this.
Also added some steps to the readme I had to do to get
npm test
to runI've also put in a linter (ESLint), which can be run with
npm run lint
. I didn't remove unused functions because you might want to keep them for some reason.