Skip to content

Styling and Convention

Jeffery edited this page Mar 31, 2025 · 4 revisions

Linting and prettier

Linting:

We use ESLint to enforce consistent code styling, and possibly catch some issues.

pnpm lint

We use Prettier to automatically format our code, most editors have this built in.

pnpm prettier --check .

File names

We are using kebab-case for file names

Clone this wiki locally