Checks are defined your project configuration file. You can use selectors to run checks against all the packages in your project or a subset of packages. Checks as paths to check objects that can be defined locally in your project or as exports from a package.Documentation Index
Fetch the complete documentation index at: https://docs.commonality.co/llms.txt
Use this file to discover all available pages before exploring further.
Paths must resolve to a file that has a check
object as it’s
default exportChecks local to your project
You can configure paths to files relative to the.commonality/config.json file.
.commonality/config.json
Checks exported from a package
You can configure paths that resolve to files exported from a package. We use import-meta-resolve to resolve import paths..commonality/config.json