fixed randomly renamed @stylistic/eslint-plugin rule...

This commit is contained in:
Ralf Vogler 2025-07-23 00:49:00 +02:00
parent da8e160586
commit 9ad61a18f2

View file

@ -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],