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-classes-per-file"
|
||||||
- [ ] "max-depth"
|
- [ ] "max-depth"
|
||||||
- [ ] "max-len"
|
- [ ] "max-len"
|
||||||
- [ ] "max-lines"
|
- [X] "max-lines"
|
||||||
- [ ] "max-lines-per-function"
|
- [ ] "max-lines-per-function"
|
||||||
- [ ] "max-nested-callbacks"
|
- [ ] "max-nested-callbacks"
|
||||||
- [ ] "max-params"
|
- [ ] "max-params"
|
||||||
|
@ -117,6 +117,9 @@
|
|||||||
"exceptAfterSingleLine": false
|
"exceptAfterSingleLine": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"max-lines": [
|
||||||
|
"off"
|
||||||
|
],
|
||||||
"max-statements": [
|
"max-statements": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user