Skip to content

Commit

Permalink
Remove rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Jan 16, 2025
1 parent 851f8e7 commit 2952194
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/@aws-cdk/pkglint/lib/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);
}
}

Expand Down

0 comments on commit 2952194

Please sign in to comment.