diff --git a/eslint.config.js b/eslint.config.js index 4eaaf583b..70c15f819 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -37,11 +37,11 @@ module.exports = runESMImports().then(() => defineConfig([ indent: 2, quotes: 'single', semi: true, - arrowParens: false, jsx: true, }).rules, + '@stylistic/comma-dangle': ['error', 'never'], '@stylistic/brace-style': ['error', '1tbs', { allowSingleLine: true }], - '@stylistic/arrow-parens': ['error', 'as-needed'], + '@stylistic/arrow-parens': ['error', 'always'], '@stylistic/curly-newline': ['error', { multiline: true, minElements: 2,