export default {
  extends: ['@commitlint/config-conventional'],
  ignores: [commit => commit.startsWith("Local Mutable Chains\n")]
}