Disable the no-new check as it's required by the google maps autocomplete

This commit is contained in:
Kevin MacMartin 2016-05-17 21:06:20 -04:00
parent cf1c15fa1b
commit 39d1680e69

View file

@ -55,7 +55,6 @@
"no-multi-spaces": [ "warn" ],
"no-multi-str": [ "warn" ],
"no-native-reassign": [ "warn" ],
"no-new": [ "warn" ],
"no-new-func": [ "warn" ],
"no-new-wrappers": [ "warn" ],
"no-octal": [ "warn" ],