From 5d6178e21d0e6519a42ef7f15a27e671507a9655 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Sun, 8 Jan 2023 13:54:10 +0900 Subject: [PATCH] fix: "max statements per line" rule is some how applied --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 10b0283..5cdcf5b 100644 --- a/index.js +++ b/index.js @@ -39,6 +39,7 @@ module.exports = { capIsNew: false, properties: true }], + 'max-statements-per-line': 'off', 'no-cond-assign': 'off', '@typescript-eslint/brace-style': ['error', '1tbs', {