diff --git a/.commitlintrc.ts b/.commitlintrc.ts index d49e6a5f..83dc3d07 100644 --- a/.commitlintrc.ts +++ b/.commitlintrc.ts @@ -19,5 +19,6 @@ module.exports = { '✅ test', ], ], + 'scope-empty': [2, 'never'], }, };