cefn / watchable

Repo for @watchable/store and supporting packages.
MIT License
5 stars 1 forks source link

Ensure homepage aligns in each package.json #8

Closed cefn closed 1 year ago

cefn commented 1 year ago

I noted that e.g. the queue package and the apps have a line like this in package.json

"homepage": "https://github.com/cefn/watchable/tree/main/modules/store#readme",

This would ideally navigate to the package-specific readme.

cefn commented 1 year ago

Note, there are mechanisms at https://github.com/cefn/watchable/blob/main/tooling/validate/ruleConfig.ts which can auto-generate this property based on the PackageMeta and ensure they stay aligned when linting PRs.

cefn commented 1 year ago

This is completed in the new rulesConfig.ts