This repository is a monorepo setup for developing TypeScript libraries, specifically tailored for ESLint configuration analysis and rule exploration. It leverages modern tools and practices to ensure efficient development, testing, and publishing workflows.
You can get started with degit sushichan044/react-router-toolkit to create your own project based on this template.
This project uses pnpm workspaces for efficient monorepo management.
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run tests across all packages
pnpm test
# Format code with Biome
pnpm format
# Lint code with ESLint
pnpm lint
# Type check with TypeScript
pnpm typecheck