eslint: Disable multiline-comment-style
This commit is contained in:
parent
27c46f20c0
commit
5dacf1431f
@ -44,3 +44,4 @@ rules:
|
||||
array-element-newline: "off"
|
||||
no-multi-spaces: ["error", {"ignoreEOLComments": true}]
|
||||
function-paren-newline: "off"
|
||||
multiline-comment-style: "off"
|
||||
|
Loading…
Reference in New Issue
Block a user