You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: