Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JonnyBurger/eslint-plugin-10x
/ functions
Functions
21 in github.com/JonnyBurger/eslint-plugin-10x
⨍
Functions
21
◇
Types & classes
1
↓ 2 callers
Function
variablesInScope
(context)
src/util/variable.ts:36
↓ 1 callers
Function
checkIdentifierInJSX
(node)
src/rules/auto-import.ts:60
↓ 1 callers
Function
findVariable
(variables, name)
src/util/variable.ts:14
↓ 1 callers
Function
getFromContext
(context)
src/util/pragma.ts:38
↓ 1 callers
Function
getVariable
(variables, name)
src/util/variable.ts:24
↓ 1 callers
Function
hasTypeOfOperator
* Checks if the given node is the argument of a typeof operator. * @param {ASTNode} node The AST node being checked. * @returns {boolean} Whether or
src/rules/auto-import.ts:17
↓ 1 callers
Function
isDOMComponent
(node)
src/util/jsx.ts:16
↓ 1 callers
Function
reportIfMatching
( packages, context, node, name, tokens, quoteType: '"' | "'" )
src/rules/no-full-import.ts:1
Function
'Program:exit'
(/* node */)
src/rules/auto-import.ts:145
Function
JSXOpeningElement
(node)
src/rules/auto-import.ts:123
Function
checkIfReactIsInScope
(node)
src/rules/react-in-scope.ts:31
Function
create
(context)
src/rules/no-full-import.ts:53
Function
create
(context)
src/rules/auto-import.ts:54
Function
create
(context)
src/rules/react-in-scope.ts:26
Function
findVariableByName
(context, name)
src/util/variable.ts:63
Function
getCreateClassFromContext
(context)
src/util/pragma.ts:12
Function
getFragmentFromContext
(context)
src/util/pragma.ts:26
Function
isFragment
(node, reactPragma, fragmentPragma)
src/util/jsx.ts:39
Function
isJSX
(node)
src/util/jsx.ts:66
Function
isJSXAttributeKey
(node)
src/util/jsx.ts:75
Function
isWhiteSpaces
(value)
src/util/jsx.ts:89