feat(eslint): Rule "max-lines-per-function"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -155,6 +155,15 @@
|
||||
"max-lines": [
|
||||
"off"
|
||||
],
|
||||
"max-lines-per-function": [
|
||||
"warn",
|
||||
{
|
||||
"IIFEs": false,
|
||||
"max": 128,
|
||||
"skipBlankLines": true,
|
||||
"skipComments": true
|
||||
}
|
||||
],
|
||||
"max-statements": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user