Skip to content

Commit 3da84bd

Browse files
MageMasherdlongley
authored andcommitted
Remove es-lint annotation
Co-Authored-By: Dave Longley <[email protected]>
1 parent 9a3a0b4 commit 3da84bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/documentLoaders/node.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ module.exports = ({
114114
alternate = linkHeaders['alternate'];
115115
if(alternate &&
116116
alternate.type == 'application/ld+json' &&
117-
// eslint-disable-next-line max-len
118117
!(res.headers['content-type'] || '')
119118
.match(/^application\/(\w*\+)?json$/)) {
120119
res.headers.location = prependBase(url, alternate.target);

0 commit comments

Comments
 (0)