Skip to content

Commit 4013319

Browse files
committed
Lint fixes
1 parent 1d46220 commit 4013319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { readFile, writeFile } from "node:fs/promises";
22
import { parseArgs } from "node:util";
33

4-
import { buildSchema, printSchema,validateSchema } from "graphql";
4+
import { buildSchema, printSchema, validateSchema } from "graphql";
55

6-
import { semanticToNullable,semanticToStrict } from "./index.js";
6+
import { semanticToNullable, semanticToStrict } from "./index.js";
77

88
export async function main(toStrict = false) {
99
const {

0 commit comments

Comments
 (0)