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.
Related: #13946
The
wp-scripts lint-pkg-jsonscript is used to enforcepackage.jsonstandard format:https://github.com/WordPress/gutenberg/tree/master/packages/scripts#lint-pkg-json
With the addition of
repository.directoryas proposed in #13946, we should also enforce the inclusion of the new field.