Commit 05afc26
committed
feat: add commitlint configuration for standardized commit messages
- Introduced commitlint with @commitlint/cli and @commitlint/config-conventional as devDependencies in package.json.
- Created a new commitlint.config.mjs file to enforce conventional commit message standards.
- Updated pnpm-lock.yaml to include the new dependencies and their resolution details.1 parent 96d2a9f commit 05afc26
File tree
4 files changed
+530
-2
lines changed- src/app
4 files changed
+530
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments