mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Make circleci use eslint
This commit is contained in:
parent
c586f70415
commit
60adf8eff3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue