# Getting Started
(opens new window) (opens new window) (opens new window) (opens new window) (opens new window)
# 🏁 Goal
eslint-utils
package provides utility functions and classes for make ESLint custom rules.
# 💿 Installation
Use npm (opens new window) or a compatible tool to install.
npm install eslint-utils
Requirements
eslint-utils
requires Node.js 10
or newer versions.
# 📖 Usage
const utils = require("eslint-utils");
// use it to define rules...