PACKAGE_JSON_DESCRIPTION_REQUIRED
Requires that every package.json file has the description field set.
This check ensures that every package.json
has a description
field.
This field is used to describe the workspace's purpose within the monorepo.
See the Node.js docs for more information.
Add the description
field to the package.json
file that explains
what the package does and when it should be used.
Last updated on July 23, 2024