Skip to content

Commit 34588ad

Browse files
committed
linting
1 parent 1d54cb9 commit 34588ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/get-headers.client.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ function getHeadersMethod() {
1212
h2Array.push(element.textContent)
1313
}
1414
})
15-
15+
// eslint-disable-next-line no-console
1616
console.log('The plugin has been mounted!')
17+
// eslint-disable-next-line no-console
1718
console.log('h2Array:', h2Array)
1819

1920
return h2Array

0 commit comments

Comments
 (0)