This package contains common development tools and configurations used throughout the Baseplate monorepo.
The tools package provides:
- Shared ESLint configurations for Node.js and React projects
- Prettier configurations for consistent code formatting
- TypeScript configurations for various project types
- Vitest configurations for testing
- Common development tool settings
- ESLint: Base, Node.js, React, and Storybook configurations
- Prettier: Node.js and React specific formatting rules
- TypeScript: Base configs for CLI, library, and Vite projects
- Vitest: Test runner configurations for Node.js and React
This package is part of the Baseplate monorepo and provides standardized development configurations to ensure consistency across all packages.