sangwaritaxi_website/node_modules/@eslint-community/eslint-utils
hardik 64c2b07c7a
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
npm install
2025-09-28 21:26:51 +05:30
..
node_modules/eslint-visitor-keys npm install 2025-09-28 21:26:51 +05:30
LICENSE npm install 2025-09-28 21:26:51 +05:30
README.md npm install 2025-09-28 21:26:51 +05:30
index.d.mts npm install 2025-09-28 21:26:51 +05:30
index.d.ts npm install 2025-09-28 21:26:51 +05:30
index.js npm install 2025-09-28 21:26:51 +05:30
index.js.map npm install 2025-09-28 21:26:51 +05:30
index.mjs npm install 2025-09-28 21:26:51 +05:30
index.mjs.map npm install 2025-09-28 21:26:51 +05:30
package.json npm install 2025-09-28 21:26:51 +05:30

README.md

@eslint-community/eslint-utils

npm version Downloads/month Build Status Coverage Status

🏁 Goal

This package provides utility functions and classes for make ESLint custom rules.

For examples:

📖 Usage

See documentation.

📰 Changelog

See releases.

❤️ Contributing

Welcome contributing!

Please use GitHub's Issues/PRs.

Development Tools

  • npm run test-coverage runs tests and measures coverage.
  • npm run clean removes the coverage result of npm run test-coverage command.
  • npm run coverage shows the coverage result of the last npm run test-coverage command.
  • npm run lint runs ESLint.
  • npm run watch runs tests on each file change.