summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-05-28 10:56:52 +0200
committerLukas Eipert <leipert@gitlab.com>2018-05-29 18:42:02 +0200
commita626675a3738283c2c399cd93b6d4d10a821be6d (patch)
tree511794fb9b0676d8b0e0b42b681bd43bfc514c97
parent2858ea8cd622156ee96c6d65d23d4f31c25446ba (diff)
downloadgitlab-ce-a626675a3738283c2c399cd93b6d4d10a821be6d.tar.gz
disable `function-paren-newline` as it conflicts with prettier
-rw-r--r--.eslintrc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index ceacf23f19c..7950d297416 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -51,3 +51,4 @@ rules:
space-before-function-paren: 0
curly: 0
arrow-parens: 0
+ function-paren-newline: 0