frontend-code-quality

Installation
SKILL.md

Frontend Code Quality

This skill defines the quality standards specific to frontend applications.

Linting & Formatting

We use ESLint 9 with a shared configuration (@eridu/eslint-config).

  • Command: pnpm lint (runs eslint . --fix)
  • Rules:
    • No any types.
    • React Hooks rules enforced (react-hooks/rules-of-hooks, react-hooks/exhaustive-deps).
    • Standard imports sorting.

Testing

We use Vitest for unit and component testing.

Installs
1
GitHub Stars
1
First Seen
Mar 31, 2026
frontend-code-quality — allenlin90/eridu-services