RedHatInsights/insights-rbac-ui

View on GitHub
.commitlintrc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports ={
    extends: ['@commitlint/config-conventional'],
    // Ignore rules can be found here
    // https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/is-ignored/src/defaults.ts
    defaultIgnores: true,
}