Merge pull request #614 from tuxcanfly/fix-lint

circleci: fix eslint
This commit is contained in:
Javed Khan 2018-10-04 09:51:55 +05:30 committed by GitHub
commit 125e8182fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,9 @@ jobs:
steps:
- attach_workspace:
at: .
- run:
name: Install eslint
command: npm i eslint
- run:
name: Lint
command: npm run lint-ci