Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zekehuntergreen committed Jan 22, 2024
1 parent b3d691b commit 32f0415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cdk/lib/transcription-service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { GuStackProps } from "@guardian/cdk/lib/constructs/core";
import { GuStack } from "@guardian/cdk/lib/constructs/core";
import { GuApiLambda } from "@guardian/cdk";
import { GuStack } from "@guardian/cdk/lib/constructs/core";
import type { GuStackProps } from "@guardian/cdk/lib/constructs/core";
import type { App } from "aws-cdk-lib";
import { Runtime } from "aws-cdk-lib/aws-lambda";

Expand Down
1 change: 1 addition & 0 deletions packages/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"test-update": "jest -u",
"format": "prettier --write \"{lib,bin}/**/*.ts\"",
"lint": "eslint lib/** bin/** --ext .ts --no-error-on-unmatched-pattern",
"lint-fix": "eslint --fix lib/** bin/** --ext .ts --no-error-on-unmatched-pattern",
"synth": "cdk synth --path-metadata false --version-reporting false",
"diff": "cdk diff --path-metadata false --version-reporting false"
},
Expand Down

0 comments on commit 32f0415

Please sign in to comment.