Skip to content

Commit

Permalink
test: add Conventional commit linter
Browse files Browse the repository at this point in the history
  • Loading branch information
turboBasic committed Jan 8, 2024
1 parent de6c0b3 commit 7dbaf6a
Show file tree
Hide file tree
Showing 4 changed files with 2,090 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .commitlintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
extends:
- '@commitlint/config-conventional'
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ bin/
### MegaLinter reports and logs
/logback.log
/megalinter-reports/

### Node
node_modules/
Loading

0 comments on commit 7dbaf6a

Please sign in to comment.