Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 921fac0

Browse files
authoredMar 3, 2023
Merge pull request #4 from majies/feature/pipeline-precommit
2 parents 286ad67 + df9e021 commit 921fac0

File tree

81 files changed

+776
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+776
-41
lines changed
 

‎.commitlintrc.js‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional'],
3+
};

‎.husky/commit-msg‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx --no -- commitlint --edit

‎.husky/pre-commit‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
nx affected --target lint
12.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.