Make your git commit message much more elegant
npm i @commitlint/cli @commitlint/config-conventional commitlint-plugin-prevenger --save-dev
module.exports = {
plugins: ["commitlint-plugin-prevenger"],
rules: {
"commitlint-plugin-prevenger/scope-pattern": [
2,
"always",
["^core$"]
]
}
}