Make circleci use eslint

This commit is contained in:
Oliver Blanthorn 2020-06-17 15:02:37 +01:00
parent c586f70415
commit 60adf8eff3
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -22,7 +22,7 @@ jobs:
- commoncmd
- run: bash -c 'GLOBIGNORE="node_modules" shellcheck -e2012 **/*.sh'
- run: yarn run lint
- run: bash -c '"$(yarn bin)/tslint" --project .'
- run: bash -c '"$(yarn bin)/eslint" src --ext .ts'
unit:
docker:
- image: circleci/node:latest