UNPKG

hw2energyid

Version:

A tool to synchronize data from HomeWizard to EnergyID

9 lines (8 loc) 220 B
module.exports = { extends: ["@commitlint/config-conventional"], rules: { "body-max-line-length": [1, "always", 140], "footer-max-line-length": [2, "always", 140], "header-max-length": [2, "always", 140], }, };