We recommend prefixing packages intended for open source or community use with commonality-checks. This will allow for a shorter path when configuring them in your project configuration.
Developers can then configure these checks and export them as static checks locally in their projects or as packages to standardize a toolchain across an organization.
.commonality/has-build-script.ts
Copy
import { hasScript }export default { name: 'has-build-script', message: 'Package must have standard build script', validate}