eslint-rule-development
Installation
SKILL.md
Fiori ESLint Rule Developer
Add a new ESLint rule to @sap-ux/eslint-plugin-fiori-tools following the established patterns in the monorepo.
⚡ Efficiency rules — read before doing anything
- Use the
Readtool directly — neverBash cator spawn Explore subagents for file reading - Read everything in one parallel batch — each fast path lists the exact files; read them all at once in a single turn
- Run only the new test file during development — not the full package suite:
NODE_OPTIONS="--experimental-vm-modules" npx jest --testPathPatterns="sap-[rule-name]" --no-coverage