arrow-up-right arrow-up-right arrow-up-right arrow-up-right arrow-up-right
This package provides utility functions and classes for make ESLint custom rules.
For examples:
getStaticValuearrow-up-right evaluates static value on AST.
ReferenceTrackerarrow-up-right checks the members of modules/globals as handling assignments and destructuring.
See documentationarrow-up-right.
See releasesarrow-up-right.
Welcome contributing!
Please use GitHub's Issues/PRs.
npm test runs tests and measures coverage.
npm test
npm run clean removes the coverage result of npm test command.
npm run clean
npm run coverage shows the coverage result of the last npm test command.
npm run coverage
npm run lint runs ESLint.
npm run lint
npm run watch runs tests on each file change.
npm run watch
Last updated 3 years ago