Skip to content

Commit b4ec24b

Browse files
Add isNamedInlineFunction to module.exports (#229)
1 parent 3419f58 commit b4ec24b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/utils/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
isToStringStatement: isToStringStatement,
3333
isArrayType: isArrayType,
3434
isFunctionType: isFunctionType,
35+
isNamedInlineFunction: isNamedInlineFunction,
3536
isIdentifierType: isIdentifierType,
3637
isMemberExpression: isMemberExpression,
3738
isLiteralType: isLiteralType,

0 commit comments

Comments
 (0)