From 9ad61a18f2208942fe1c2e8e86ea622f2518a66a Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Wed, 23 Jul 2025 00:49:00 +0200 Subject: [PATCH] fixed randomly renamed @stylistic/eslint-plugin rule... --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],