Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(linter): simplify skipping JSX elements in `unicorn/consiste…
…nt_function_scoping` (#5351) Follow-on after #5223. We're trying to ignore JSX identifiers, so there's no point walking downwards from `JSXElementName`, as all we'll find is JSX identifiers that we want to ignore.
- Loading branch information