Skip to content

Commit f52ed50

Browse files
Standard: Make URL is global variable
1 parent 9f28bd6 commit f52ed50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
"standard": {
5353
"ignore": [
5454
"example/eventsource-polyfill.js"
55+
],
56+
"globals": [
57+
"URL"
5558
]
5659
}
5760
}

0 commit comments

Comments
 (0)