[Eslint] Fix issues with end of file extra line

This commit is contained in:
Janis Hutz 2025-06-06 15:36:12 +02:00
parent 3967a4cd5c
commit a5a6d9a916

View File

@ -134,7 +134,7 @@ const style = {
'error', 'error',
{ {
'max': 3, 'max': 3,
'maxEOF': 1 'maxEOF': 2
} }
], ],
'@stylistic/no-tabs': 'error', '@stylistic/no-tabs': 'error',