{ "checks": { "*": [ // Path to a check local to the project "has-readme", "./has-readme", "./linting/eslint-extends-node", // Path to a custom check exported from a package "@scope/my-team/my-custom-check", "commonality-checks-recommended/sorted-dependencies" // Packages prefixed with "commonality-checks-" can use a shorthand "recommended/sorted-dependencies" ], }}