Skip to content

Commit 0c3188e

Browse files
Merge pull request #21 from thomasthiebaud/housekeeping
Housekeeping
2 parents 009766d + 00c5a35 commit 0c3188e

File tree

6 files changed

+11348
-1293
lines changed

6 files changed

+11348
-1293
lines changed

.husky/commit-msg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
if ! [ $CI ]; then
2-
npx --no-install commitlint --edit $1 --extends @commitlint/config-conventional
3-
fi
1+
[ -n "$CI" ] && exit 0
2+
3+
npx --no-install commitlint --edit $1 --extends @commitlint/config-conventional

.husky/pre-commit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
if ! [ $CI ]; then
2-
npm run lint
3-
fi
1+
[ -n "$CI" ] && exit 0
2+
3+
npm run lint

0 commit comments

Comments
 (0)