Skip to content

Commit

Permalink
chore(monorepo): setup commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
muravjev committed Oct 29, 2022
1 parent aeb86bd commit 5ba3a04
Show file tree
Hide file tree
Showing 3 changed files with 963 additions and 1 deletion.
1 change: 1 addition & 0 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@muravjev/configs-commitlint');
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"lint": "eslint",
"lint:fix": "pnpm lint --fix",
"remark": "remark",
"remark:fix": "pnpm remark --output --"
"remark:fix": "pnpm remark --output --",
"commitlint": "commitlint"
},
"engines": {
"node": ">=14.16.0",
Expand All @@ -24,6 +25,8 @@
},
"packageManager": "pnpm@7.10.0",
"dependencies": {
"@commitlint/cli": "^17.1.2",
"@muravjev/configs-commitlint": "^0.2.0",
"@muravjev/configs-eslint-ts": "^0.1.4",
"@muravjev/configs-prettier": "^0.1.3",
"@muravjev/configs-remark": "^0.1.3",
Expand Down

0 comments on commit 5ba3a04

Please sign in to comment.