Skip to content

Commit

Permalink
Merge pull request #13 from JakeSidSmith/xmlhttprequest-global
Browse files Browse the repository at this point in the history
Add XMLHttpRequest global
  • Loading branch information
JakeSidSmith committed Apr 4, 2018
2 parents 79b8df6 + ff1992f commit a408c5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion browser/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"cancelAnimationFrame": false,
"localStorage": false,
"sessionStorage": false,
"getComputedStyle": false
"getComputedStyle": false,
"XMLHttpRequest": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-jakesidsmith",
"version": "2.2.0",
"version": "2.2.1",
"description": "A collection of my common eslint configurations",
"main": "./default/.eslintrc.json",
"scripts": {
Expand Down

0 comments on commit a408c5d

Please sign in to comment.