eslint-utils

Utilities for ESLint plugins.

MIT 13 个版本
安装
npm install eslint-utils
yarn add eslint-utils
pnpm add eslint-utils
bun add eslint-utils
README

eslint-utils

npm version Downloads/month Build Status Coverage Status Dependency 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 test runs tests and measures coverage.
  • npm run clean removes the coverage result of npm test command.
  • npm run coverage shows the coverage result of the last npm test command.
  • npm run lint runs ESLint.
  • npm run watch runs tests on each file change.
版本列表
3.0.0 2021-05-14
2.1.0 2020-06-15
2.0.0 2019-12-26
1.4.3 2019-10-20
1.4.2 2019-08-20
1.4.1 2019-08-20
1.4.0 2019-07-14
1.3.1 2018-06-28
1.3.0 2018-05-27
1.2.0 2018-05-08
1.1.0 2018-05-04
1.0.0 2018-05-03
0.0.0 2018-05-03