File tree 4 files changed +686
-4
lines changed
4 files changed +686
-4
lines changed Original file line number Diff line number Diff line change 36
36
37
37
### _ Very_ opinionated starter for Gatsby
38
38
39
- This is a complex boilerplate for [ Gatsby] ( https://www.gatsbyjs.org/ ) .
39
+ This is a complex boilerplate for [ Gatsby] ( https://www.gatsbyjs.org/ ) with conventional commits .
40
40
41
41
Supports:
42
42
@@ -50,6 +50,8 @@ Supports:
50
50
- [ testing-library] ( https://testing-library.com/ )
51
51
- [ stylelint] ( https://stylelint.io/ )
52
52
- [ ESLint] ( https://eslint.org/ )
53
+ - [ commitizen] ( https://github.com/commitizen/cz-cli )
54
+ - [ commitlint] ( https://github.com/conventional-changelog/commitlint )
53
55
- [ Airbnb ESLint config] ( https://github.com/airbnb/javascript )
54
56
- [ Prettier support for ESLint] ( https://github.com/prettier/eslint-plugin-prettier )
55
57
- [ remark-lint] ( https://remark.js.org/ )
@@ -87,6 +89,10 @@ Supports:
87
89
$ npm run start
88
90
` ` `
89
91
92
+ 1. ** Committing.**
93
+
94
+ In order to commit in a conventional style conveniently you may run ` npm run commit` .
95
+
90
96
# # 🎓 Learning Gatsby
91
97
92
98
Looking for more guidance? Full documentation for Gatsby lives [on the website](https://www.gatsbyjs.org/). Here are some places to start:
Original file line number Diff line number Diff line change
1
+ module . exports = { extends : [ '@commitlint/config-conventional' ] } ;
You can’t perform that action at this time.
0 commit comments