Skip to content

Commit

Permalink
Add commitlint (#5)
Browse files Browse the repository at this point in the history
* chore: enforce commit message formate using commitlint

shoonyatech#475

* build(frontend.social): add prettier to format files

add prettier script, configuration file and add it in lint-staged to format and again add formatted
files during git commit

shoonyatech#466

* Prettier integration (#3)

* chore(package.json): add prettier and remove file glob from format script

* chore(package.json): updgrade lint-stage dependency for improvement

* chore: enforce commit message formate using commitlint

shoonyatech#475
  • Loading branch information
kalpeshsingh committed Sep 26, 2020
1 parent 1291e0b commit 550cdf7
Show file tree
Hide file tree
Showing 3 changed files with 873 additions and 64 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };

0 comments on commit 550cdf7

Please sign in to comment.