Skip to content

Commit

Permalink
Configure commitlint and updated prettierignore (#325)
Browse files Browse the repository at this point in the history
* chore: updated branch close #306

* chore: delete pnpm.lock

* chore: add pnpm.lock

jajaja

fix #306

* revert: jsjsjsjs

* chore: add pnpm.lock file

* chore: updated git ignore and configure commitlint

* chore: fix eof

* chore: updated eof

---------

Co-authored-by: Alexandre Gomes <[email protected]>
Co-authored-by: Andre Almeida <[email protected]>
  • Loading branch information
3 people authored Jan 20, 2024
1 parent 4b282bb commit 6a82ab9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ playwright-report
.prettierignore
.changeset/pre.json
.changeset/config.json
.husky
*.svg
2 changes: 2 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-empty': [2, 'always'],
'body-empty': [2, 'always'],
'footer-empty': [2, 'always'],
},
};

0 comments on commit 6a82ab9

Please sign in to comment.