Skip to content

Commit

Permalink
Remove inquirer forbidDependency
Browse files Browse the repository at this point in the history
Co-authored-by: Kristoffer K. <[email protected]>
  • Loading branch information
wojtekmaj and merceyz committed Dec 2, 2024
1 parent 519d960 commit bded9f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yarn.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ module.exports = defineConfig({
enforceWorkspaceDependenciesWhenPossible(ctx);
forbidDependency(ctx, `inquirer`, `Don't depend on inquirer - we use enquirer instead`);
forbidDependency(ctx, `lodash`, `Don't depend on lodash - we use es-toolkit instead`);
forbidDependency(ctx, `inquirer`, `Don't depend on inquirer - we use enquirer instead`);
enforceDependencyRelationship(ctx, `typescript`, `tslib`, true);
enforceUpdateLocalScripts(ctx);
enforcePrepackScripts(ctx);
Expand Down

0 comments on commit bded9f2

Please sign in to comment.