You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.