[Eslint] Fix config error

This commit is contained in:
2025-12-04 14:50:46 +01:00
parent 8872abecbd
commit 007c3d0bf0

View File

@@ -165,7 +165,7 @@ const style = {
'always'
],
'@stylistic/newline-per-chained-call': 'error',
'@stylistic/no-confusing-arrows': 'error',
'@stylistic/no-confusing-arrow': 'error',
'@stylistic/no-extra-parens': [
'error',
'all',