Skip to content

Commit 9dd87ae

Browse files
committed
Adds eslint settings to ignore mocha/chai
1 parent bb4578c commit 9dd87ae

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,11 +1,12 @@
11
{
22
"env": {
33
"browser": true,
4-
"node": true
4+
"node": true,
5+
"mocha": true
56
},
6-
77
"globals": {
8-
"lunr": true
8+
"lunr": true,
9+
"assert": true
910
},
1011

1112
"extends": "eslint:recommended",

0 commit comments

Comments
 (0)