diff --git a/.eslintrc.json b/.eslintrc.json index f153cb9..2d213ee 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,13 +1,9 @@ { "extends": "airbnb", - "plugins": [ - //"mocha" - ], "rules":{ "linebreak-style": [ "error", "windows" ] - //"mocha/no-exclusive-tests": "error" } }