mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-02 01:21:06 -05:00
Not stable yet, but initial structure https://agents.md https://agentskills.io/specification https://code.visualstudio.com/docs/copilot/customization/custom-instructions https://code.visualstudio.com/docs/copilot/customization/agent-skills
512 B
512 B
applyTo, description
| applyTo | description |
|---|---|
| **/*.js | Editing JavaScript files |
JavaScript files
- Obey formatting rules defined in
eslint.config.js - Automatic fixes can be done with:
npm run eslint_fix # or (targeting more than just JavaScript) make fix-all - Validation can be done with:
npm run eslint # or (targeting more than just JavaScript) make test-all - Check
package.jsonscripts for details about available individual commands.