From 2952194b59bf44924d4d17b45a7bd363e90fd997 Mon Sep 17 00:00:00 2001 From: Momo Kornher Date: Thu, 16 Jan 2025 16:18:11 +0000 Subject: [PATCH] Remove rule --- tools/@aws-cdk/pkglint/lib/rules.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/@aws-cdk/pkglint/lib/rules.ts b/tools/@aws-cdk/pkglint/lib/rules.ts index 808911a78e36d..ef6d739945f6c 100644 --- a/tools/@aws-cdk/pkglint/lib/rules.ts +++ b/tools/@aws-cdk/pkglint/lib/rules.ts @@ -645,13 +645,6 @@ export class JSIIProjectReferences extends ValidationRule { if (!isJSII(pkg)) { return; } - - expectJSON( - this.name, - pkg, - 'jsii.projectReferences', - pkg.json.name !== 'aws-cdk-lib', - ); } }