From d32bb8fba4c4b52c12c0cd760a8ed1be3cc36968 Mon Sep 17 00:00:00 2001 From: Nodar Chkuaselidze Date: Tue, 21 May 2019 17:14:56 +0400 Subject: [PATCH] ci: use bslint. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d58e9db9..eac6cdd3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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