Skip to content

Use ESLint selectors in custom rules

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/lint into master

This PR simplifies several of our custom ESLint rules by using selector syntax instead of handwritten functions to identify matching AST nodes.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

tools

Merge request reports

Loading