Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Lynch committed Feb 1, 2021
1 parent 1266693 commit 212e63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from "../utils/args";
import { parse } from "../utils/cfn";
import { newAppImports, newTestImports } from "../utils/imports";
import { constructStack } from "../utils/stack";
import { constructTest } from "../utils/snapshot";
import { constructStack } from "../utils/stack";

interface MigrateCommandConfig {
cfnPath: string;
Expand Down
2 changes: 1 addition & 1 deletion src/commands/new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import {
newTestImports,
} from "../utils/imports";
import { cancellablePrompts } from "../utils/prompts";
import { constructTest } from "../utils/snapshot";
import type { StackTemplate } from "../utils/stack";
import { constructStack } from "../utils/stack";
import { constructTest } from "../utils/snapshot";

interface NewCommandConfig {
cdkDir: string;
Expand Down

0 comments on commit 212e63e

Please sign in to comment.