Skip to content

Commit

Permalink
feat(eslint): add document as a global term
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Dec 13, 2019
1 parent 98899d7 commit 30d1e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"node": true
},
"globals": {
"document": true,
"MediaStream": true
},
"rules": {
Expand Down

0 comments on commit 30d1e9e

Please sign in to comment.