eslint: Disable no-warning-comments

This commit is contained in:
Florian Bruhin 2016-08-16 15:21:37 +02:00
parent 7b463f2d8b
commit eef76dde86

View File

@ -34,3 +34,4 @@ rules:
wrap-iife: ["error", "inside"] wrap-iife: ["error", "inside"]
func-names: "off" func-names: "off"
sort-keys: "off" sort-keys: "off"
no-warning-comments: "off"