Commits
Click on a commit to change the comparison rangeperf(linter/no-inner-declarations): move work to cold path (#11746)
Small perf optimization to `eslint/no-inner-declarations` rule. Common case is that rules will not trigger an error, so move as much work as possible to after the checks which exit without error.2 months ago
by overlookmotel