Skip to content

Commit aaf8e88

Browse files
committed
ci: reset basic rules
Signed-off-by: rjtch <tchuinkoufongue@gmail.com>
1 parent f9ef7cb commit aaf8e88

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.husky/commit-msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx --no -- commitlint --edit $1

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npm test

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
'type-empty': [2, 'never'],
1818
'type-enum': [
1919
2,
20-
'never',
20+
'always',
2121
[
2222
'build',
2323
'chore',

0 commit comments

Comments
 (0)