aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.md2
-rw-r--r--src/rules/default.json4
2 files changed, 5 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 933ce94..6bc1a3d 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -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"
diff --git a/src/rules/default.json b/src/rules/default.json
index a97ecf8..cc57b61 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -50,6 +50,10 @@
"error",
"always"
],
+ "function-call-argument-newline": [
+ "error",
+ "consistent"
+ ],
"id-length": [
"warn",
{