commitlint icon indicating copy to clipboard operation
commitlint copied to clipboard

feat(container): added @commitlint/config-nx-scopes for nx monorepos

Open gperdomor opened this issue 4 months ago • 0 comments

Description

This PR adds @commitlint/config-nx-scopes package to the container

Motivation and Context

Nx is a very popular tool for monorepos and this change allow the validation of nx scopes using the docker image

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.

gperdomor avatar Feb 13 '24 18:02 gperdomor