diff --git a/backend/.commitlintrc.js b/backend/.commitlintrc.js deleted file mode 100644 index 3c496d1..0000000 --- a/backend/.commitlintrc.js +++ /dev/null @@ -1,11 +0,0 @@ -module.exports = { - extends: ['@commitlint/config-conventional'], - rules: { - 'type-enum': [ - 2, - 'always', - ['feat', 'fix', 'refactor', 'docs', 'style', 'test', 'build', 'chore'], - ], - 'subject-full-stop': [0, 'never'], - }, -};