We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3419f58 commit b4ec24bCopy full SHA for b4ec24b
rules/utils/utils.js
@@ -32,6 +32,7 @@ module.exports = {
32
isToStringStatement: isToStringStatement,
33
isArrayType: isArrayType,
34
isFunctionType: isFunctionType,
35
+ isNamedInlineFunction: isNamedInlineFunction,
36
isIdentifierType: isIdentifierType,
37
isMemberExpression: isMemberExpression,
38
isLiteralType: isLiteralType,
0 commit comments