ProjectConfiguration constructor

ProjectConfiguration(
  1. List<Layer> layers,
  2. List<RegExp> excludePaths,
  3. Map<Layer, Set<Layer>> bannedImports,
  4. Map<Layer, Set<RegExp>> bannedClassNames,
)

Implementation

ProjectConfiguration(
  this.layers,
  this.excludePaths,
  this.bannedImports,
  this.bannedClassNames,
);