diff --git a/.eslintrc.yaml b/.eslintrc.yaml index da49eb8b4f7c82..4735778b7bbff8 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -43,6 +43,7 @@ rules: # Best Practices # http://eslint.org/docs/rules/#best-practices accessor-pairs: error + array-callback-return: error dot-location: [error, property] eqeqeq: [error, smart] no-fallthrough: error