Skip to content

Commit c375d3d

Browse files
Update .eslintrc.json
1 parent 1e086ae commit c375d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"extends": "airbnb",
33
"plugins": [
4-
"mocha"
4+
//"mocha"
55
],
66
"rules":{
77
"linebreak-style": [
88
"error",
99
"windows"
1010
]
11-
"mocha/no-exclusive-tests": "error"
11+
//"mocha/no-exclusive-tests": "error"
1212
}
1313
}

0 commit comments

Comments
 (0)