aboutsummaryrefslogtreecommitdiffstats
path: root/commitlint.config.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-04 18:48:23 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-04 18:48:23 +0530
commitc69ad2997ed7b0c0cbf51d350139f42e5176e6ff (patch)
tree7af5cd3bd68ff9325d4a42553ec88005d45dcb59 /commitlint.config.js
parentfix: Clear cache button should not log out of services (diff)
downloadferdium-app-c69ad2997ed7b0c0cbf51d350139f42e5176e6ff.tar.gz
ferdium-app-c69ad2997ed7b0c0cbf51d350139f42e5176e6ff.tar.zst
ferdium-app-c69ad2997ed7b0c0cbf51d350139f42e5176e6ff.zip
ci(commits): git commit comments are now enforced
Use 'commitlint' to enforce commit comment structure.
Diffstat (limited to 'commitlint.config.js')
-rw-r--r--commitlint.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commitlint.config.js b/commitlint.config.js
new file mode 100644
index 000000000..28fe5c5bf
--- /dev/null
+++ b/commitlint.config.js
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}