Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 888fc56

Browse files
committed
Merge pull request #108 from AlexKVal/no-undef
Fix 'no-undef' rule
2 parents 62dd7f1 + 97e1d6e commit 888fc56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"no-eq-null": 0,
2020
"no-param-reassign": 0,
2121
"no-underscore-dangle": 0,
22+
"no-undef": 2,
2223
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
2324
"no-var": 2,
2425
"babel/object-shorthand": 2,

0 commit comments

Comments
 (0)