Adjust eslintrc for eslint 4.0
This commit is contained in:
parent
57fbfbd606
commit
b687ede25c
@ -40,3 +40,6 @@ rules:
|
|||||||
prefer-destructuring: "off"
|
prefer-destructuring: "off"
|
||||||
line-comment-position: "off"
|
line-comment-position: "off"
|
||||||
no-inline-comments: "off"
|
no-inline-comments: "off"
|
||||||
|
array-bracket-newline: "off"
|
||||||
|
array-element-newline: "off"
|
||||||
|
no-multi-spaces: ["error", {"ignoreEOLComments": true}]
|
||||||
|
Loading…
Reference in New Issue
Block a user