diff --git a/tools/eslint/base.eslint.config.js b/tools/eslint/base.eslint.config.js index b6d65fe7..c965c910 100644 --- a/tools/eslint/base.eslint.config.js +++ b/tools/eslint/base.eslint.config.js @@ -101,7 +101,7 @@ module.exports = tseslint.config( '@stylistic/jsx-one-expression-per-line': 'off', '@stylistic/multiline-ternary': 'off', '@stylistic/brace-style': ['error', '1tbs'], - '@stylistic/member-delimiter-style': ['error', { + '@stylistic/member-delimiter-style': ['warn', { multiline: { delimiter: 'semi', requireLast: true,