From 6fef4616e594fb5ebcefa5ef2e215f6885107ea4 Mon Sep 17 00:00:00 2001 From: RubenPX Date: Fri, 13 May 2022 21:29:29 +0200 Subject: [PATCH] eslint avoid class limit --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 56f4296d..a313dfa2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,7 +28,7 @@ "class-methods-use-this": "off", "eqeqeq": "warn", "radix": "warn", - "max-classes-per-file": ["error", 2] + "max-classes-per-file": "warn" }, "globals": { "API_URLS": true,