Skip to content

Commit

Permalink
feat(tooling): add commitlint (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Jan 13, 2020
1 parent 97cf8f5 commit 5a22d01
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 67 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ docs
.npmignore
.stylelintignore
.stylelintrc
commitlint.config.js
fractal.js
rollup.config.js
webpack.mix.js
2 changes: 2 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
module.exports = {extends: ['@commitlint/config-conventional']};

0 comments on commit 5a22d01

Please sign in to comment.