eslint: Disable multiline-comment-style

This commit is contained in:
Florian Bruhin 2017-10-14 21:41:56 +02:00
parent 27c46f20c0
commit 5dacf1431f

View File

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