mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-07-05 02:50:36 -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']};
|