Skip to content

Commit 4856a54

Browse files
committed
Turn on eslint error detection disabled in prior commit
Disabled in commit 6524f9a
1 parent c9c3167 commit 4856a54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eslint/.eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ module.exports = {
2626
"error",
2727
"always"
2828
],
29-
"no-undef": "off",
30-
"no-unused-vars": "off",
29+
"no-undef": "error",
30+
"no-unused-vars": "error",
3131
"space-before-blocks": ["error", "always"],
3232
"space-before-function-paren": ["error", {
3333
"anonymous": "never", // function() {}

0 commit comments

Comments
 (0)