Start checking for undef

This commit is contained in:
rejas 2020-05-02 10:32:53 +02:00
parent 7e42e98cb6
commit 63a2d83d26

View File

@ -16,7 +16,6 @@
"rules": { "rules": {
"eqeqeq": "error", "eqeqeq": "error",
"no-prototype-builtins": "off", "no-prototype-builtins": "off",
"no-undef": "off",
"no-unused-vars": "off" "no-unused-vars": "off"
} }
} }