Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor cdk into yarn workspaces #522

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tompretty
Copy link
Contributor

@tompretty tompretty commented Sep 14, 2021

What does this change?

Refactor the cdk directory into a yarn workspace along side the existing ones.

@tompretty tompretty force-pushed the tp-cdk-workspace-refactor branch from 7fa9f32 to 42e6780 Compare September 15, 2021 08:33
Comment on lines -1 to +2
import type { Policy } from '@aws-cdk/aws-iam';
import type { App } from '@aws-cdk/core';
import { Policy } from '@aws-cdk/aws-iam';
import { App } from '@aws-cdk/core';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to use the top level .eslintrc for cdk too which required dropping these type imports

@tompretty tompretty force-pushed the tp-cdk-workspace-refactor branch from 42e6780 to 1e7b96c Compare March 11, 2022 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant