Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 87a6306

Browse files
committed
style(lint): prefer importing collections/<function_name_in_snake_case>.ts instead of collections/mod.ts
1 parent 6bee07d commit 87a6306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/service/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
ServiceRequests,
1414
} from "./types.ts";
1515
import replace from "https://esm.sh/[email protected]";
16-
import { deepMerge } from "https://deno.land/[email protected]/collections/mod.ts";
16+
import { deepMerge } from "https://deno.land/[email protected]/collections/deep_merge.ts";
1717

1818
const getClient = (item: ItemService): Client => {
1919
switch (item.type) {

0 commit comments

Comments
 (0)