We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commitlint keep yelling at me about value of type-enum is wrong.
type-enum
should be something like
... 'type-enum': [2, 'always', [ 'build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test', ]] ...
The text was updated successfully, but these errors were encountered:
fix(commitlint): fix type-enum options
1abf5d9
fixes webpack-contrib#94, webpack-contrib#98
fix(commitlint): fix type-enum options (#99)
c301bbc
fixes #94, #98
Successfully merging a pull request may close this issue.
commitlint keep yelling at me about value of
type-enum
is wrong.should be something like
The text was updated successfully, but these errors were encountered: