Skip to content

Commit 1ce6a37

Browse files
author
Anand Thakker
committed
project lint setting: disallow undeclared var
1 parent 01b34de commit 1ce6a37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"quotes": [2, "single"],
3030
"indent": [2, 2],
3131
"curly": 2,
32-
"no-shadow": 0
32+
"no-shadow": 0,
33+
"no-undef": 2
3334
},
3435
"env": {
3536
"node": true,

0 commit comments

Comments
 (0)