Skip to content

Commit

Permalink
chore: add e2e to commitlint scope
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 11, 2024
1 parent e6455e0 commit d837efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const packages = getSubDirectories(path.resolve(__dirname, 'packages'))
export default {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-enum': [2, 'always', packages],
'scope-enum': [2, 'always', [...packages, 'e2e']],
'footer-max-line-length': [0],
},
} satisfies UserConfig

0 comments on commit d837efc

Please sign in to comment.