From 8f60964b44717fb21cca0ef10415b6db68c266b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Tue, 23 Jan 2024 10:42:32 +0100 Subject: [PATCH] Update the settings of the static analyzer [skip ci] --- etc/eslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/eslint.json b/etc/eslint.json index d7b76b59..4de941b1 100644 --- a/etc/eslint.json +++ b/etc/eslint.json @@ -64,7 +64,7 @@ "id-length": ["error", {"exceptions": ["_"]}], "id-match": "error", "init-declarations": "error", - "max-classes-per-file": "error", + "max-classes-per-file": "off", "max-depth": "error", "max-lines": ["error", {"max": 500}], "max-lines-per-function": ["error", {"max": 100}],