Skip to content

Commit

Permalink
feat: add commitlint configs (electrode-io#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvishnun committed Mar 24, 2023
1 parent a6307d7 commit 979fe5d
Show file tree
Hide file tree
Showing 9 changed files with 1,361 additions and 71 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

5 changes: 5 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
extends: [
'@commitlint/config-conventional'
]
}
9 changes: 9 additions & 0 deletions common/autoinstallers/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "commitlint",
"version": "1.0.0",
"private": true,
"dependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0"
}
}
Loading

0 comments on commit 979fe5d

Please sign in to comment.