0.1.3 • Published 8 months ago
@baseplate-dev/tools v0.1.3
@baseplate-dev/tools
This package contains common development tools and configurations used throughout the Baseplate monorepo.
Purpose
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
Configurations Included
- 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
Part of Baseplate Monorepo
This package is part of the Baseplate monorepo and provides standardized development configurations to ensure consistency across all packages.