Skip to content

Commit 0795b7c

Browse files
authored
Create index.js
1 parent 28501a6 commit 0795b7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gitish/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
'pre-commit': 'sh fmt-preitter-diff',
3+
'commit-msg': `npx commitlint -e`,
4+
}

0 commit comments

Comments
 (0)