Skip to content

Commit

Permalink
fix(lint): Use js commitlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
dunak-debug committed Jan 10, 2022
1 parent fff7078 commit 103ae6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 6 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [2, 'always', 'sentence-case'],
},
};
10 changes: 0 additions & 10 deletions commitlint.config.ts

This file was deleted.

0 comments on commit 103ae6d

Please sign in to comment.