Skip to content

Commit a4b3b31

Browse files
committed
Fix linting issues
1 parent 3b9a023 commit a4b3b31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* LICENSE file in the root directory of this source tree.
77
* ========================================================================== */
88

9+
import pkg from "../lerna.json";
910
import { getOutput } from "./utils/get-output";
1011
import { printBanner, printSpacer } from "./utils/print-utils";
11-
import pkg from "../lerna.json";
1212

1313
const ORG = "cloud-annotations";
1414
const REPO = "docusaurus-openapi";

scripts/check-pr-title.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* LICENSE file in the root directory of this source tree.
77
* ========================================================================== */
88

9-
import { getOutput } from "./utils/get-output";
109
import { version } from "../lerna.json";
10+
import { getOutput } from "./utils/get-output";
1111

1212
// Makes the script crash on unhandled rejections instead of silently
1313
// ignoring them. In the future, promise rejections that are not handled will

scripts/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import { execSync } from "child_process";
1010
import fs from "fs";
1111
import path from "path";
1212

13+
import { version } from "../lerna.json";
1314
import { createDryRun } from "./utils/dry-run";
1415
import { getOutput } from "./utils/get-output";
1516
import { printBanner } from "./utils/print-utils";
16-
import { version } from "../lerna.json";
1717

1818
const ORG = "cloud-annotations";
1919
const REPO = "docusaurus-openapi";

0 commit comments

Comments
 (0)