eslint: Disable no-warning-comments
This commit is contained in:
parent
7b463f2d8b
commit
eef76dde86
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user