Back to Tiptap

Style Checks

agents/STYLECHECK.md

3.24.0235 B
Original Source

Style Checks

This project uses ESLint for linting and Prettier for code formatting. We also have setup Husky and lint-staged to run checks automatically on commits.

Run manually:

bash
pnpm lint
pnpm lint:fix