# Getting Started

npm version (opens new window) Downloads/month (opens new window) Build Status (opens new window) Coverage Status (opens new window) Dependency Status (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...