[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': [ '@stylistic/max-len': [
'warn', 'warn',
{ {
'code': 90, 'code': 120,
'comments': 100, 'comments': 140,
'ignoreComments': false, 'ignoreComments': false,
'ignoreUrls': true, 'ignoreUrls': true,
'ignoreStrings': false 'ignoreStrings': false