diff --git a/.commitlintrc b/.commitlintrc new file mode 100644 index 0000000..7a4907e --- /dev/null +++ b/.commitlintrc @@ -0,0 +1,3 @@ +{ + "extends": ["@commitlint/config-conventional"] +} \ No newline at end of file diff --git a/commitlint.config.js b/commitlint.config.js deleted file mode 100644 index f328c17..0000000 --- a/commitlint.config.js +++ /dev/null @@ -1,2 +0,0 @@ -// eslint-disable-next-line no-undef -module.exports = { extends: ['@commitlint/config-conventional'] }