Skip to content

Commit 493d8e8

Browse files
committed
typo
1 parent edf1794 commit 493d8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ module.exports = {
435435
const componentComments = []
436436
const foundNodes = []
437437

438-
const hasNode = (node) => {
438+
function hasNode (node) {
439439
return foundNodes.some(el => el.loc.start.line === node.loc.start.line)
440440
}
441441

0 commit comments

Comments
 (0)