Skip to content

Commit

Permalink
add mongo env and implied strict rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Mar 5, 2018
1 parent 3a0e85c commit 35d0b0f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json
@@ -1,13 +1,14 @@
{
"env": {
"es6": true,
"node": true,
"jest": true
"jest": true,
"mongo": true
},
"extends": "airbnb",
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2017
"ecmaVersion": 2017,
"impliedStrict": true
},
"rules": {
"no-console":0,
Expand Down

0 comments on commit 35d0b0f

Please sign in to comment.