Scripts: Enforce repository.directory in package.json lint script #13947
Closed
Description
Related: #13946
The wp-scripts lint-pkg-json
script is used to enforce package.json
standard format:
https://github.com/WordPress/gutenberg/tree/master/packages/scripts#lint-pkg-json
With the addition of repository.directory
as proposed in #13946, we should also enforce the inclusion of the new field.