UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

11 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Configuration = { extends: ['@commitlint/config-conventional'], formatter: '@commitlint/format', rules: { 'type-enum': [2, 'always', ['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test', 'breaking']] } }; exports.default = Configuration; //# sourceMappingURL=commitlint.config.js.map