Skip to content

Commit

Permalink
Merge pull request mozilla#9868 from Snuffleupagus/url-polyfill
Browse files Browse the repository at this point in the history
Stop exposing the `URL` polyfill in the global scope
  • Loading branch information
timvandermeij authored Jul 8, 2018
2 parents e067a14 + 26b8cff commit d0a9765
Show file tree
Hide file tree
Showing 17 changed files with 736 additions and 671 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"no-catch-shadow": "error",
"no-delete-var": "error",
"no-label-var": "error",
"no-restricted-globals": "off",
"no-shadow-restricted-names": "error",
"no-shadow": "off",
"no-undef-init": "error",
Expand Down
Loading

0 comments on commit d0a9765

Please sign in to comment.