Skip to content

Commit

Permalink
Fix commitlint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmo committed Jul 24, 2024
1 parent 43556f0 commit 25a4fe2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import plugin from './src/index.js';

export default {
plugins: [plugin],
plugins: ['@somehow-digital/commitlint-plugin-spellcheck'],
rules: {
'spellcheck/body': [2, 'always'],
'spellcheck/footer': [2, 'always'],
Expand Down

0 comments on commit 25a4fe2

Please sign in to comment.