"use strict"; // Git commit info linter, see https://github.com/marionebl/commitlint module.exports = { extends: ["@commitlint/config-conventional"], };