From a23e5a515ec7939a66bdc849b8ae156320367205 Mon Sep 17 00:00:00 2001 From: Michael Genson Date: Tue, 7 Apr 2026 16:43:43 +0000 Subject: [PATCH] disable silly stylistic rule --- frontend/eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/eslint.config.mjs b/frontend/eslint.config.mjs index fad4845b3..b8b4c65d3 100644 --- a/frontend/eslint.config.mjs +++ b/frontend/eslint.config.mjs @@ -7,6 +7,7 @@ export default withNuxt({ "@stylistic": stylistic, }, rules: { + "@stylistic/max-statements-per-line": "off", "@stylistic/no-tabs": ["error"], "@stylistic/no-mixed-spaces-and-tabs": ["error", "smart-tabs"], "@typescript-eslint/no-explicit-any": "off",