fix: disable getter-return

This commit is contained in:
Isabella 2018-08-21 12:40:49 -05:00
parent d3e7dbc738
commit 552323363b
No known key found for this signature in database
GPG key ID: 0546CE15DF19BFE5

View file

@ -77,6 +77,7 @@
"no-undef-init": "error",
"callback-return": "error",
"getter-return": "off",
"handle-callback-err": "error",
"no-mixed-requires": "error",
"no-new-require": "error",