Skip to content

Commit 47cda80

Browse files
committed
add missing eslint flag for undefined vars
1 parent 0e7f21b commit 47cda80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
"no-caller": 2,
1818
"no-cond-assign": 2,
1919
"no-else-return": 2,
20+
"no-undef": 2,
2021
"no-unused-vars": [2, { "args": "after-used" }],
2122
"no-use-before-define": 2,
2223
"quotes": [2, "single", "avoid-escape"],

0 commit comments

Comments
 (0)