mysql-formula/commitlint.config.js
Imran Iqbal 1d2e2f59dd
feat(semantic-release): implement for this formula
* Include latest pre-salted images replacing EOL platforms
  - Ref: https://github.com/saltstack-formulas/template-formula/pull/148
2019-07-10 19:12:58 +01:00

3 lines
72 B
JavaScript

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