From 58ef953cf2af45750db8cbbe76af0548644f9c92 Mon Sep 17 00:00:00 2001 From: davipon Date: Mon, 20 Jun 2022 17:07:34 +0800 Subject: [PATCH] chore(commitlint): rename config file --- .commitlintrc | 3 +++ commitlint.config.js | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .commitlintrc delete mode 100644 commitlint.config.js 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'] }