Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82bcd0b

Browse files
wojtekmajmerceyz
andauthoredDec 2, 2024··
Remove inquirer forbidDependency
Co-authored-by: Kristoffer K. <[email protected]>
1 parent 113c226 commit 82bcd0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎yarn.config.cjs

-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ module.exports = defineConfig({
210210
enforceWorkspaceDependenciesWhenPossible(ctx);
211211
forbidDependency(ctx, `inquirer`, `Don't depend on inquirer - we use enquirer instead`);
212212
forbidDependency(ctx, `lodash`, `Don't depend on lodash - we use es-toolkit instead`);
213-
forbidDependency(ctx, `inquirer`, `Don't depend on inquirer - we use enquirer instead`);
214213
enforceDependencyRelationship(ctx, `typescript`, `tslib`, true);
215214
enforceUpdateLocalScripts(ctx);
216215
enforcePrepackScripts(ctx);

0 commit comments

Comments
 (0)
Please sign in to comment.