Skip to content

Styling and Convention

Jeffery edited this page Jun 4, 2025 · 4 revisions

Biome for Linting and Prettier

pnpm biome format . # Check formatting
pnpm biome lint .   # Check linting
pnpm biome check .  # Check both

File and Folder Names

We are using kebab-case for file names and for folders, we are using PascalCase

Clone this wiki locally