feat(eslint): Rule "max-lines"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
21abdcaf63
commit
03127f73f3
@ -64,7 +64,7 @@
|
||||
- [ ] "max-classes-per-file"
|
||||
- [ ] "max-depth"
|
||||
- [ ] "max-len"
|
||||
- [ ] "max-lines"
|
||||
- [X] "max-lines"
|
||||
- [ ] "max-lines-per-function"
|
||||
- [ ] "max-nested-callbacks"
|
||||
- [ ] "max-params"
|
||||
|
@ -117,6 +117,9 @@
|
||||
"exceptAfterSingleLine": false
|
||||
}
|
||||
],
|
||||
"max-lines": [
|
||||
"off"
|
||||
],
|
||||
"max-statements": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user