aboutsummaryrefslogtreecommitdiff
path: root/commitlint.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'commitlint.config.js')
-rw-r--r--commitlint.config.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/commitlint.config.js b/commitlint.config.js
deleted file mode 100644
index dccf9fa..0000000
--- a/commitlint.config.js
+++ /dev/null
@@ -1,12 +0,0 @@
-module.exports = {
- extends: ["@commitlint/config-conventional"],
- // rules: {
- // "scope-enum": [
- // 2,
- // "always",
- // [
- // "global",
- // ],
- // ],
- // },
-};