Skip to content

Enhance External/Local Dependency Classification for Monorepos

Latest

Choose a tag to compare

@javierbrea javierbrea released this 02 Feb 19:23
· 3 commits to master since this release
34c0c9d

eslint-plugin-boundaries v5.4.0

  • feat(#349): Add boundaries/flag-as-external setting to allow better control over external module identification
  • feat(#420): Remove rules validation during linting runtime to improve performance. Validation is performed at configuration load time using eslint schema validation.
  • chore: bump @boundaries/elements to 1.2.0

@boundaries/elements v1.2.0

  • feat: Add rootPath and flagAsExternal options to allow better control over external module identification.

website

  • feat: Add boundaries/flag-as-external setting to allow better control over external module identification
  • feat: Add "Monorepo Setup" guide to the documentation, explaining how to configure the plugin in monorepo projects using boundaries/flag-as-external setting.