This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(ci)Add npm script to run linter (#165)
* (ci)Add npm script to run linter This branch adds the ability to check linting by running `npm run lint`. The configuration is present at `.eslintrc` and focuses on the directories: src/ and test/ Future change: run it as a job with Travis CI. * (ci)add linting to travis * (core) undo changes for build/ file * (chore) change eslint to run with an allow list
- Loading branch information