| Server IP : 159.203.156.69 / Your IP : 216.73.216.37 Web Server : nginx/1.24.0 System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/tanviranik.com/node_modules/@eslint-community/eslint-utils/ |
Upload File : |
# @eslint-community/eslint-utils [](https://www.npmjs.com/package/@eslint-community/eslint-utils) [](http://www.npmtrends.com/@eslint-community/eslint-utils) [](https://github.com/eslint-community/eslint-utils/actions) [](https://codecov.io/gh/eslint-community/eslint-utils) ## 🏁 Goal This package provides utility functions and classes for make ESLint custom rules. For examples: - [`getStaticValue`](https://eslint-community.github.io/eslint-utils/api/ast-utils.html#getstaticvalue) evaluates static value on AST. - [`ReferenceTracker`](https://eslint-community.github.io/eslint-utils/api/scope-utils.html#referencetracker-class) checks the members of modules/globals as handling assignments and destructuring. ## 📖 Usage See [documentation](https://eslint-community.github.io/eslint-utils). ## 📰 Changelog See [releases](https://github.com/eslint-community/eslint-utils/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.