Commit 5de7ae5
committed
feat: add commitlint and clean up ESLint warnings
Add conventional commit enforcement via commitlint with a commit-msg
husky hook. Suppress no-explicit-any in test files since test mocks
legitimately need type flexibility. Fix npm audit safe vulnerabilities.
- Add commitlint with @commitlint/config-conventional
- Add .husky/commit-msg hook for commit message validation
- Disable no-explicit-any rule for test files in ESLint config
- Add inline eslint-disable for inquirer mixed-type choices array
- Run npm audit fix for resolvable vulnerabilities1 parent c8eafdc commit 5de7ae5
6 files changed
Lines changed: 456 additions & 13 deletions
File tree
- .husky
- src/ui/prompts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
0 commit comments