disable `function-paren-newline` as it conflicts with prettier

This commit is contained in:
Lukas Eipert 2018-05-28 10:56:52 +02:00
parent 2858ea8cd6
commit a626675a37
No known key found for this signature in database
GPG Key ID: 148BEA37CB35B2AC
1 changed files with 1 additions and 0 deletions

View File

@ -51,3 +51,4 @@ rules:
space-before-function-paren: 0
curly: 0
arrow-parens: 0
function-paren-newline: 0