Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

[package-json-lint] Prevent modules and devModules from hard coding dependencies #697

Closed
ryanthemanuel opened this issue Aug 16, 2021 · 0 comments · Fixed by #704
Closed

Comments

@ryanthemanuel
Copy link
Contributor

ryanthemanuel commented Aug 16, 2021

Story

Description

As a consumer of a module or devModule, I want to make sure that dependencies are not hard coded.

Motivation

So that we can leave the exact version specification to an application and avoid duplicated dependencies

Definition of Done

We'll know we're done when the rule is created that prevents versions from being hard coded and the default configuration is specified in package-json-lint-config-terra

Additional Information

We should only do this on devModules and modules (see #696 for how this will be specified).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.