In a world with types, consistent-return is less important

This commit is contained in:
Jordan Eldredge 2019-03-19 07:52:06 -07:00
parent 4524bdb1f4
commit 44ceab5850

View file

@ -48,7 +48,6 @@
],
"block-scoped-var": "warn",
"camelcase": "error",
"consistent-return": "warn",
"constructor-super": "error",
"dot-notation": "error",
"eqeqeq": ["error", "smart"],