Skip to content

Commit

Permalink
Update packages/utils/src/eslint-utils/rule-tester/dependencyConstrai…
Browse files Browse the repository at this point in the history
…nts.ts

Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
  • Loading branch information
bradzacher and JoshuaKGoldberg committed Oct 9, 2022
1 parent 6bb23c3 commit 3e5249e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ type AtLeastVersionConstraint =
type VersionConstraint = SemverVersionConstraint | AtLeastVersionConstraint;
interface DependencyConstraint {
/**
* Passing a string for the value is shorthand for the 'at-least' constraint
* Passing a string for the value is shorthand for a '>=' constraint
*/
readonly [packageName: string]: VersionConstraint;
}
Expand Down

0 comments on commit 3e5249e

Please sign in to comment.