Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
chore: add commit message linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jan 15, 2020
1 parent d5fbe57 commit 0210aac
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 5 deletions.
16 changes: 16 additions & 0 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules : {
'scope-enum': [
2, 'always', [
'project',
'schema',
'neo4j',
'resolvers',
'queries',
'mutations',
'subscriptions'
],
],
},
};
Loading

0 comments on commit 0210aac

Please sign in to comment.