Skip to content

Commit

Permalink
feat: adds pnpm workspace scopes to commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jan 26, 2024
1 parent fb1a151 commit acaba9a
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 1 deletion.
5 changes: 4 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
const config = {
extends: ['@commitlint/config-conventional'],
extends: [
'@commitlint/config-conventional',
'@commitlint/config-pnpm-scopes',
],
};

export default config;
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"devDependencies": {
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/config-pnpm-scopes": "^18.4.4",
"@commitlint/prompt-cli": "^18.5.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@orbitkit/tsconfig": "workspace:^",
Expand Down
128 changes: 128 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit acaba9a

Please sign in to comment.