feat(eslint): Rule "function-call-argument-newline"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 23:34:49 +04:00
parent 1826f5a115
commit c1a74da765
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,7 @@
- [ ] "func-name-matching"
- [ ] "func-names"
- [ ] "func-style"
- [ ] "function-call-argument-newline"
- [X] "function-call-argument-newline"
- [ ] "function-paren-newline"
- [ ] "generator-star-spacing"
- [ ] "getter-return"

View File

@ -50,6 +50,10 @@
"error",
"always"
],
"function-call-argument-newline": [
"error",
"consistent"
],
"id-length": [
"warn",
{