SonarJS linter helper functions
Preparing search index...
isDotNotation
Function isDotNotation
isDotNotation
(
node
:
Node
)
:
node
is
MemberExpression
&
{
property
:
Identifier
}
Checks if the node is of the form: foo.bar
Parameters
node
:
Node
Returns
node
is
MemberExpression
&
{
property
:
Identifier
}
Settings
Theme
OS
Light
Dark
ESlint dev guide
SonarJS linter helper functions
Loading...
Checks if the node is of the form: foo.bar