@kekkai/blueprint / LayerBans
Interface: LayerBans
Defined in: inspect/rules.ts:49
One layer's resolved bans — what the structural rules actually enforce there. Field agents answered "is the rule really wired?" by parsing eslint --print-config output by hand (issue #7); this is that view, derived from the same primitives emitLint compiles from.
Properties
forbidden
forbidden:
string[]
Defined in: inspect/rules.ts:52
Layers this one must not import.
globals
globals:
string[]
Defined in: inspect/rules.ts:56
Owned globals banned here.
layer
layer:
string
Defined in: inspect/rules.ts:50
packages
packages:
string[]
Defined in: inspect/rules.ts:54
Owned packages banned here (named imports in parentheses).
