eslint: Turn off capitalized-comments

This commit is contained in:
Florian Bruhin 2016-11-26 11:48:57 +01:00
parent 3ca4916b76
commit ea44c6d4b9

View File

@ -36,3 +36,4 @@ rules:
sort-keys: "off"
no-warning-comments: "off"
max-len: ["error", {"ignoreUrls": true}]
capitalized-comments: "off"