eslint-utils

Utilities for ESLint plugins and custom rules.

Get Started →

Scope Utilities

Finding the specific global variables and their members with tracking assignments, finding variables, etc...

AST Utilities

Computing the runtime value of a node, Getting the property name of a Property|MemberExpression|MemberExpression node, etc...

Token Utilities

Distinguishing the token types of a given token, etc...