Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.cz-config.js 215 B
const { commitizen } = require('@coko/lint');

commitizen.scopes = [
  'core',
  'components',
  'layouts',
  'plugins',
  'schema',
  'services',
  'utilities',
  'editors',
  '*',
];

module.exports = commitizen;