eslint: Turn off function-paren-newline
This commit is contained in:
parent
ee147bb327
commit
1938520878
@ -43,3 +43,4 @@ rules:
|
||||
array-bracket-newline: "off"
|
||||
array-element-newline: "off"
|
||||
no-multi-spaces: ["error", {"ignoreEOLComments": true}]
|
||||
function-paren-newline: "off"
|
||||
|
Loading…
Reference in New Issue
Block a user