Skip to content

Commit

Permalink
fix: allow undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutEspresso committed Feb 22, 2018
1 parent 71a89ca commit 88292a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -90,7 +90,7 @@
"no-shadow-restricted-names": [ 2 ],
"no-undef": [ 2 ],
"no-undef-init": [ 2 ],
"no-undefined": [ 2 ],
"no-undefined": [ 0 ],
"no-unused-vars": [ 2, { "vars": "all", "args": "none" } ],
"no-use-before-define": [ 2, "nofunc" ],

Expand Down

0 comments on commit 88292a2

Please sign in to comment.