0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 10:02:43 +00:00

Adding mongo image to the circleci config

This commit is contained in:
Scott Tolksdorf
2018-04-08 22:07:22 -04:00
parent 3350b04f64
commit bab11d692e
2 changed files with 2 additions and 7 deletions

View File

@@ -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', {