Enable no-undef eslint rule

This commit is contained in:
Kevin Sawicki 2016-01-20 09:50:00 -07:00
parent e9b3a51703
commit b46d8ec91b

View file

@ -18,7 +18,7 @@
"comma-dangle": 0,
"linebreak-style": 0,
"no-console": 0,
"no-undef": 0,
"no-undef": 2,
"no-unused-vars": 2
},
"env": {