mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-08-28 22:18:45 -04:00
chore(semver): add commit-lint
Use commit-lint commit hooks so that our commits will work with semver. Also works with Travis so PRs containing invalid commits will fail tests.
This commit is contained in:
parent
79d5b8f89e
commit
4cb940a65b
3 changed files with 9 additions and 0 deletions
1
commitlint.config.js
Normal file
1
commitlint.config.js
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports = {extends: ['@commitlint/config-conventional']};
|
Loading…
Add table
Add a link
Reference in a new issue