mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Disable the no-new check as it's required by the google maps autocomplete
This commit is contained in:
parent
cf1c15fa1b
commit
39d1680e69
1 changed files with 0 additions and 1 deletions
1
eslintrc
1
eslintrc
|
@ -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" ],
|
||||
|
|
Loading…
Reference in a new issue