UNPKG

@kibibit/nconf-hjson

Version:

Add support for json with comments files in nconf

22 lines (21 loc) 323 B
module.exports = { extends: [ '@commitlint/config-angular' ], rules: { 'type-enum': [ 2, 'always', [ 'build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test' ] ] } };