Don't bother warning about useless escapes

This commit is contained in:
Kevin MacMartin 2017-01-03 23:23:34 -05:00
parent 2f6636cea4
commit f1760e71cf

View file

@ -70,7 +70,6 @@
"no-unused-labels": [ "warn" ],
"no-useless-call": [ "warn" ],
"no-useless-concat": [ "warn" ],
"no-useless-escape": [ "warn" ],
"no-void": [ "warn" ],
"no-with": [ "warn" ],
"radix": [ "warn" ],