From 25a4fe20125d26ba402b6aac81740aa1a5dafbce Mon Sep 17 00:00:00 2001 From: Thomas Deinhamer Date: Wed, 24 Jul 2024 23:30:45 +0200 Subject: [PATCH] Fix commitlint configuration --- commitlint.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commitlint.config.js b/commitlint.config.js index c3fba32..24a13b8 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -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'],