Configure ESLint and Prettier

This commit is contained in:
Nettika 2026-01-28 22:41:50 -08:00
parent c688bf1cda
commit 0116ba3ac1
No known key found for this signature in database
7 changed files with 1023 additions and 16 deletions

View file

@ -1,10 +1,14 @@
# Start development server
dev:
# pnpm dev
serve-dev:
pnpm dev
# Start production preview server
serve-preview:
pnpm preview
# Build for production
build:
# pnpm build
pnpm build
# cargo build
# Run tests
@ -14,9 +18,9 @@ test:
# Run linter
lint:
# pnpm lint
pnpm lint
# Format code
format:
# pnpm fmt
pnpm format
# cargo fmt