diff --git a/eslint.config.js b/eslint.config.js index 6b0c640..074068c 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -39,7 +39,7 @@ export default [ '@stylistic/comma-spacing': 'error', '@stylistic/comma-style': 'error', '@stylistic/eol-last': 'error', - '@stylistic/func-call-spacing': 'error', + '@stylistic/function-call-spacing': 'error', '@stylistic/function-paren-newline': ['error', 'consistent'], '@stylistic/implicit-arrow-linebreak': 'error', '@stylistic/indent': ['error', 2],