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'],