diff --git a/.eslintrc b/.eslintrc index 9028571..af0412e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -457,7 +457,7 @@ rules: # Disallow use of undefined variable # http://eslint.org/docs/rules/no-undefined - no-undefined: 0 # TODO(krotscheck): Discuss & Activate + no-undefined: 2 # Disallow declaration of variables that are not used in the code # http://eslint.org/docs/rules/no-unused-vars