diff options
author | Lukas Eipert <leipert@gitlab.com> | 2018-05-28 10:56:52 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2018-05-29 18:42:02 +0200 |
commit | a626675a3738283c2c399cd93b6d4d10a821be6d (patch) | |
tree | 511794fb9b0676d8b0e0b42b681bd43bfc514c97 /.eslintrc.yml | |
parent | 2858ea8cd622156ee96c6d65d23d4f31c25446ba (diff) | |
download | gitlab-ce-a626675a3738283c2c399cd93b6d4d10a821be6d.tar.gz |
disable `function-paren-newline` as it conflicts with prettier
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 1 |
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 |