Back to Tiptap

Style Checks

agents/STYLECHECK.md

3.27.1249 B
Original Source

Style Checks

This project uses oxlint for linting and oxfmt for formatting. We also have Husky and lint-staged to run checks automatically on commits.

Run manually:

bash
pnpm lint
pnpm lint:fix
pnpm format
pnpm format:fix