Skip to content

Commit

Permalink
Merge pull request #38 from dabapps/form-data-global
Browse files Browse the repository at this point in the history
Add FormData to browser globals
  • Loading branch information
JakeSidSmith authored Jun 6, 2017
2 parents adf46d3 + 118c10f commit a1485f6
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 @@ -15,6 +15,7 @@
"requestAnimationFrame": false,
"cancelAnimationFrame": false,
"localStorage": false,
"sessionStorage": false
"sessionStorage": false,
"FormData": 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-dabapps",
"version": "3.1.0",
"version": "3.1.1",
"description": "DabApps ESLint Configuration",
"main": ".eslintrc.json",
"scripts": {
Expand Down

0 comments on commit a1485f6

Please sign in to comment.