Skip to content

Commit b69fa94

Browse files
committed
update deps, fix lint
1 parent 9bdc3dc commit b69fa94

File tree

3 files changed

+660
-935
lines changed

3 files changed

+660
-935
lines changed

index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import configs from "./index.ts";
2-
import eslintrc from "./dist/index.json";
2+
import eslintrc from "./dist/index.json" with {type: "json"};
33

44
test("flat", () => {
55
expect(Array.isArray(configs)).toEqual(true);

0 commit comments

Comments
 (0)