Configuration
Project configuration
A project configuration file is a config.json
file located in the .commonality
folder at the root of your project.
.commonality/config.json
Properties
checks
An object whose keys are selectors and whose values are paths to check objects.
Checks will run in the order they are defined.
.commonality/config.json
constraints
An object whose keys are selectors and whose value are constraint objects.
.commonality/config.json
workspaces
An array of micromatch patterns used to identify which directories should be included when searching for packages.
.commonality/config.json
Was this page helpful?