[Eslint] Increase max line length

This commit is contained in:
2025-08-28 15:44:56 +02:00
parent 80d16ab6ff
commit a199569aac

View File

@@ -118,8 +118,8 @@ const style = {
'@stylistic/max-len': [
'warn',
{
'code': 90,
'comments': 100,
'code': 120,
'comments': 140,
'ignoreComments': false,
'ignoreUrls': true,
'ignoreStrings': false