This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
First, run the development server:
npm i
npm run dev
Vercel dev Desktop Only For Now
Open http://localhost:5173/ with your browser to see the result.
commitlint checks if your commit messages meet the conventional commit format.
In general the pattern mostly looks like this:
type(scope?): subject #scope is optional; multiple scopes are supported (current delimiter options: "/", "\" and ",")Real world examples can look like this:
chore: run tests on travis ci
fix(server): send cors headers
feat(blog): add comment section
Common types according to commitlint-config-conventional (based on the Angular convention) can be:
- build
- chore
- ci
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
