[Eslint] Increase max line length
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user