UNPKG

dependency-cruiser

Version:

Validate and visualize javascript dependencies. With your rules. ES6, CommonJS, AMD

16 lines (15 loc) 391 B
{ "forbidden": [ { "name": "not-to-sub-except-sub", "severity": "error", "comment": "everything to paths containing 'sub' is forbidden - except when the path contains 'sub' itself ", "from": { "pathNot": "\/sub\/" }, "to": { "path": "\/sub\/" } } ] }