Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' into greenkeeper/ts-config-13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Aug 26, 2017
2 parents dff352d + 4a02149 commit f409d89
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion commitlint.config.js
@@ -1,3 +1,8 @@
const {getPackages} = require('@commitlint/config-lerna-scopes').utils;

module.exports = {
extends: ['@commitlint/config-angular', '@commitlint/config-lerna-scopes']
extends: ['@commitlint/config-angular'],
rules: {
'scope-enum': () => [2, 'always', [...getPackages(), 'package']]
}
};

0 comments on commit f409d89

Please sign in to comment.