@ottili/foundation-architecture
v1.0.13
Published
Package boundary and architecture tests for the Foundation Framework (SoT §37, §39).
Readme
@ottili/foundation-architecture
Package boundary and architecture tests for the Foundation Framework.
These tests enforce the rules a type-checker cannot see:
- no circular workspace dependencies
foundation-contractshas no Foundation dependenciesfoundation-coreonly depends onfoundation-contracts- every
@ottili/import in source is declared in the package's dependencies - only
foundation-frameworkmay depend on the umbrella package - packages that do not declare React do not import React
