From bab11d692ebdfe33309488c53371ee2237abc26f Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Sun, 8 Apr 2018 22:07:22 -0400 Subject: [PATCH] Adding mongo image to the circleci config --- .circleci/config.yml | 7 +------ .eslintrc.js | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 65623bd..bfbfdc5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,13 +6,8 @@ version: 2 jobs: build: docker: - # specify the version you desire here - image: circleci/node:7.10 - - # Specify service dependencies here if necessary - # CircleCI maintains a library of pre-built images - # documented at https://circleci.com/docs/2.0/circleci-images/ - # - image: circleci/mongo:3.4.4 + - image: circleci/mongo:3.4.4 working_directory: ~/repo diff --git a/.eslintrc.js b/.eslintrc.js index 98200b3..c2a4fe9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -30,7 +30,7 @@ module.exports = { skipComments : true, skipBlankLines : true, }], - 'max-depth' : ['warn', { max: 4}], + 'max-depth' : ['warn', { max: 4 }], 'max-params' : ['warn', { max: 4 }], 'no-restricted-syntax' : ['warn', 'ClassDeclaration', 'SwitchStatement'], 'no-unused-vars' : ['warn', {