mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-06-05 09:54:13 -04:00
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.
1 line
65 B
JavaScript
1 line
65 B
JavaScript
module.exports = {extends: ['@commitlint/config-conventional']};
|