chore: complete tech stack

This commit is contained in:
MAZE 2024-04-29 17:47:30 +03:30
parent 8e6e690006
commit aeccf2dabd

View file

@ -15,6 +15,15 @@
- **Storybook**: Component Documentation
- **Vitest**: Unit Testing
- **Playwright**: End-To-End Testing
- **ESLint**: Code Linting
- **Prettier**: Code Formatting
- **Stylelint**: CSS Linting
- **Husky**: Git Hooks
- **Lint Staged**: Running Linters on Staged Files
- **Commitlint**: Git Commit Linting
- **Commitizen**: Git Commit Message Helper
- **Standard Version**: Versioning and CHANGLOG Generation
- **PostCSS**: CSS Transformations
## License