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",