Skip to content

Commit 5e9fda0

Browse files
committed
removed commit linting
1 parent 49e1e8f commit 5e9fda0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.husky/commit-msg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
2+
#. "$(dirname "$0")/_/husky.sh"
33

4-
yarn commitlint --edit
4+
#yarn commitlint --edit

commitlint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ['@commitlint/config-conventional']
2+
rules: 0
33
};

0 commit comments

Comments
 (0)