feat(eslint): Rule "max-len"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -117,6 +117,20 @@
|
||||
"exceptAfterSingleLine": false
|
||||
}
|
||||
],
|
||||
"max-len": [
|
||||
"warn",
|
||||
{
|
||||
"code": 180,
|
||||
"comments": 72,
|
||||
"ignoreComments": false,
|
||||
"ignoreRegExpLiterals": false,
|
||||
"ignoreStrings": true,
|
||||
"ignoreTemplateLiterals": true,
|
||||
"ignoreTrailingComments": false,
|
||||
"ignoreUrls": true,
|
||||
"tabWidth": 4
|
||||
}
|
||||
],
|
||||
"max-lines": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user