Ignore comment position with eslint

This commit is contained in:
Florian Bruhin 2017-04-28 20:29:20 +02:00
parent 0a3e20f5ab
commit a5b1c293a4

View File

@ -38,3 +38,5 @@ rules:
max-len: ["error", {"ignoreUrls": true}]
capitalized-comments: "off"
prefer-destructuring: "off"
line-comment-position: "off"
no-inline-comments: "off"