-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
dotfilesImprovements or additions to documentation and devtoolingImprovements or additions to documentation and devtoolingsize/S
Milestone
Description
a commitlint.config.js file like this:
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-enum': [
2,
'always',
[
'spinner',
'storybook',
'web',
'devtools',
'dependencies'
],
],
},
};
we can get these scopes in the husky hook with https://github.com/leoforfree/cz-customizable
Metadata
Metadata
Assignees
Labels
dotfilesImprovements or additions to documentation and devtoolingImprovements or additions to documentation and devtoolingsize/S