You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 months ago | |
|---|---|---|
| .. | ||
| node_modules/eslint-visitor-keys | 6 months ago | |
| LICENSE | 6 months ago | |
| README.md | 6 months ago | |
| index.d.mts | 6 months ago | |
| index.d.ts | 6 months ago | |
| index.js | 6 months ago | |
| index.js.map | 6 months ago | |
| index.mjs | 6 months ago | |
| index.mjs.map | 6 months ago | |
| package.json | 6 months ago | |
README.md
@eslint-community/eslint-utils
🏁 Goal
This package provides utility functions and classes for make ESLint custom rules.
For examples:
getStaticValueevaluates static value on AST.ReferenceTrackerchecks the members of modules/globals as handling assignments and destructuring.
📖 Usage
See documentation.
📰 Changelog
See releases.
❤️ Contributing
Welcome contributing!
Please use GitHub's Issues/PRs.
Development Tools
npm run test-coverageruns tests and measures coverage.npm run cleanremoves the coverage result ofnpm run test-coveragecommand.npm run coverageshows the coverage result of the lastnpm run test-coveragecommand.npm run lintruns ESLint.npm run watchruns tests on each file change.