chore: enforce conventionnal commits with commitlint
[e-mobility-charging-stations-simulator.git] / commitlint.config.js
diff --git a/commitlint.config.js b/commitlint.config.js
new file mode 100644 (file)
index 0000000..422b194
--- /dev/null
@@ -0,0 +1 @@
+module.exports = { extends: ['@commitlint/config-conventional'] };