eslint: Turn off function-paren-newline

This commit is contained in:
Florian Bruhin 2017-09-04 15:48:20 +02:00
parent ee147bb327
commit 1938520878

View File

@ -43,3 +43,4 @@ rules:
array-bracket-newline: "off"
array-element-newline: "off"
no-multi-spaces: ["error", {"ignoreEOLComments": true}]
function-paren-newline: "off"