Skip to content

Commit b773ab6

Browse files
author
ignace
committed
fix: lint Headers as global
1 parent a4dd5f0 commit b773ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/fastboot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable no-redeclare */
2-
/* global ReadableStream, WritableStream, TransformStream */
2+
/* global ReadableStream, WritableStream, TransformStream, Headers */
33
module.exports = function () {
44
return {
55
buildSandboxGlobals(defaultGlobals) {

0 commit comments

Comments
 (0)