Skip to content

Commit 7ff2ac7

Browse files
committed
fix: eslint warnings
1 parent 5978604 commit 7ff2ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Transpiler from "@json-schema-tools/transpiler";
55
import { camelCase, snakeCase, upperFirst } from "lodash";
66
import * as fs from "fs";
77
import { promisify } from "util";
8-
import { JSONSchema, JSONSchemaObject } from "@json-schema-tools/meta-schema";
8+
import { JSONSchemaObject } from "@json-schema-tools/meta-schema";
99
import Dereferencer from "@json-schema-tools/dereferencer";
1010
import toml from "@iarna/toml";
1111

@@ -115,7 +115,7 @@ const generateRs = async (transpiler: Transpiler, schema: JSONSchemaObject, outp
115115
},
116116
dependencies: {
117117
serde: "1.0",
118-
serde_json: "1.0",
118+
serde_json: "1.0", // eslint-disable-line
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)