Adjust eslintrc for eslint 4.0

This commit is contained in:
Florian Bruhin 2017-06-12 09:23:20 +02:00
parent 57fbfbd606
commit b687ede25c

View File

@ -40,3 +40,6 @@ rules:
prefer-destructuring: "off"
line-comment-position: "off"
no-inline-comments: "off"
array-bracket-newline: "off"
array-element-newline: "off"
no-multi-spaces: ["error", {"ignoreEOLComments": true}]