diff --git a/.commitlintrc.js b/.commitlintrc.js deleted file mode 100644 index 422b1944..00000000 --- a/.commitlintrc.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = { extends: ['@commitlint/config-conventional'] }; diff --git a/package.json b/package.json new file mode 100644 index 00000000..6e542715 --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "commitlint": { + "extends": [ + "@commitlint/config-conventional" + ] + } +} diff --git a/template/.commitlintrc.js b/template/.commitlintrc.js deleted file mode 100644 index 422b1944..00000000 --- a/template/.commitlintrc.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = { extends: ['@commitlint/config-conventional'] }; diff --git a/template/package.json b/template/package.json new file mode 100644 index 00000000..6e542715 --- /dev/null +++ b/template/package.json @@ -0,0 +1,7 @@ +{ + "commitlint": { + "extends": [ + "@commitlint/config-conventional" + ] + } +}