📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
voigtlaborg
/
wp-content
/
Name
Size
Perm
Actions
📁
themes
-
0755
🗑️
🏷️
🔒
📄
api.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
goods.php
173.77 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
load.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: 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>
Save