scratch-parser/commitlint.config.js
Ray Schamp 4cb940a65b 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.
2018-04-11 15:19:30 -04:00

1 line
65 B
JavaScript

module.exports = {extends: ['@commitlint/config-conventional']};