From d612adeefc90debcbb6298f016ec168f27ade7b9 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sun, 12 Dec 2021 11:38:18 -0400 Subject: [PATCH] Remove unnecessary eslint rule --- .eslintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6d35aae7..d18a89c7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -95,7 +95,10 @@ "no-warning-comments": "off", // broken - "sort-imports": "off" + "sort-imports": "off", + + // Would require to needlessly split code into too many files. + "mocha/max-top-level-suites": "off" }, "parser": "babel-eslint", "env": {