mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -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
|
- commoncmd
|
||||||
- run: bash -c 'GLOBIGNORE="node_modules" shellcheck -e2012 **/*.sh'
|
- run: bash -c 'GLOBIGNORE="node_modules" shellcheck -e2012 **/*.sh'
|
||||||
- run: yarn run lint
|
- run: yarn run lint
|
||||||
- run: bash -c '"$(yarn bin)/tslint" --project .'
|
- run: bash -c '"$(yarn bin)/eslint" src --ext .ts'
|
||||||
unit:
|
unit:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:latest
|
- image: circleci/node:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue