Skip to content

Commit

Permalink
ci: use bslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed May 21, 2019
1 parent 2a0a8ad commit d32bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm install
- run: npm install eslint babel-eslint nyc codecov
- run: npm install bslint nyc codecov
- save_cache:
paths:
- node_modules
Expand Down

0 comments on commit d32bb8f

Please sign in to comment.