Project Setup
Biome Biome is a fast formatter and linter that replaces ESLint and Prettier with a single fast and unified tool.
Commitlint Commitlint enforces conventional commit message standards in Git repositories.
ESLint ESLint automatically checks your JavaScript and TypeScript code for errors and enforces coding standards.
Husky Husky automates and manages Git hooks to improve code quality and workflow.
Lint-Staged lint-staged runs scripts (like linters or formatters) on files staged for commit in git, helping enforce code quality before changes are committed.
Prettier Prettier automatically formats code to ensure consistency and readability across your project.
Semantic Release Automates versioning and publishing of packages based on commit messages.
StyleLint StyleLint is a tool that automatically checks and enforces consistent CSS code in your projects.
TypeScript TypeScript enables static type checking and safer development through configurable project settings.
VS Code Settings VS Code settings.