Skip to content

Commit

Permalink
chore(commitlint): added wip rule
Browse files Browse the repository at this point in the history
  • Loading branch information
supersnager committed Feb 11, 2021
1 parent 4b2fc47 commit d436eb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
module.exports = {extends: ['@commitlint/config-conventional']}
module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [(message) => message.indexOf("WIP:") === 0],
};

0 comments on commit d436eb1

Please sign in to comment.