Skip to content
This repository was archived by the owner on Jun 6, 2026. It is now read-only.

Commit 35d0b0f

Browse files
committed
add mongo env and implied strict rule
1 parent 3a0e85c commit 35d0b0f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.eslintrc.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"env": {
3-
"es6": true,
43
"node": true,
5-
"jest": true
4+
"jest": true,
5+
"mongo": true
66
},
77
"extends": "airbnb",
88
"parserOptions": {
99
"sourceType": "module",
10-
"ecmaVersion": 2017
10+
"ecmaVersion": 2017,
11+
"impliedStrict": true
1112
},
1213
"rules": {
1314
"no-console":0,

0 commit comments

Comments
 (0)