Closed
Description
openedon Jul 13, 2022
Both this codes are wrongly identified as Components:
obj._property = (a) => {
if (a == null) return null;
return f(a);
};
_variable = (a) => {
if (a == null) return null;
return f(a);
};
Apparently because words starting with _
are claimed as starting with a capital letter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels