Compare commits

...

2 commits

Author SHA1 Message Date
a03f1f7ef1
chore(config): move commitlint config to the root of the repository
Some checks failed
Format code / Format the kernel (push) Successful in 1m29s
Commitlint / commitlint (push) Has been cancelled
2025-04-30 15:24:56 -05:00
0fd93fcb73
chore(config): add commitlint config 2025-04-30 15:24:00 -05:00

1
commitlint.config.js Normal file
View file

@ -0,0 +1 @@
export default {extends: ['@commitlint/config-conventional']};