UNPKG

@refastdev/create-refast-app

Version:
24 lines (23 loc) 378 B
module.exports = { extends: ['@commitlint/config-conventional'], rules: { 'type-enum': [ 2, 'always', [ 'build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'release', 'revert', 'style', 'test', ], ], }, };