1 min read

PACKAGE_JSON_DESCRIPTION_REQUIRED

Requires that every package.json file has the description field set.
Table of Contents

Conformance is available on Enterprise plans

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 27, 2024