diff --git a/.eslintrc.json b/.eslintrc.json index d18a89c7..6d35aae7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -95,10 +95,7 @@ "no-warning-comments": "off", // broken - "sort-imports": "off", - - // Would require to needlessly split code into too many files. - "mocha/max-top-level-suites": "off" + "sort-imports": "off" }, "parser": "babel-eslint", "env": {