Skip to content

Commit

Permalink
fix: remove unneeded eslint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Mar 18, 2023
1 parent d1467fb commit be28290
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/options.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { MergeFunctions as MergeIntoFunctions } from "../defaults/into.js";
import type { MergeFunctions } from "../defaults/vanilla.js";

// eslint-disable-next-line import/no-relative-parent-imports -- use "deepmerge-ts" once denoify can support it.
import type { DeepMergeBuiltInMetaData } from "./merging.js";

/**
Expand Down

0 comments on commit be28290

Please sign in to comment.