From 22f989ee99c8c71a1527521431fe031c6d1e9313 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 16 Dec 2021 09:48:36 -0400 Subject: [PATCH] Restore eslint config on having one describe This was actually a good rule in order to have file-level after() hook. --- .eslintrc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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": {