[eslint/console] enable no-undef rule

This commit is contained in:
spalger 2017-03-23 21:25:32 -07:00
parent da74036252
commit 9bb2581071

View file

@ -22,7 +22,6 @@ rules:
no-nested-ternary: off no-nested-ternary: off
no-proto: off no-proto: off
no-sequences: off no-sequences: off
no-undef: off
no-use-before-define: off no-use-before-define: off
one-var: off one-var: off
quotes: off quotes: off