fix: disable getter-return

This commit is contained in:
Isabella
2018-08-21 12:40:49 -05:00
parent d3e7dbc738
commit 552323363b

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",