Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 11, 2023
1 parent d8b71b2 commit 5d68620
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ import type {
WatchEventType,
} from "./core/watcher.ts";

// Plugins types
import type { PaginationInfo, Paginator } from "./plugins/paginate.ts";
import type { Transformation } from "./plugins/imagick.ts";
import type { MetaData } from "./plugins/metas.ts";
import type { Children } from "./plugins/jsx.ts";
import type { SourceMap } from "./plugins/source_maps.ts";

/** The method that installs a plugin */
type PluginSetup = (options: unknown) => Plugin;

Expand Down Expand Up @@ -136,7 +129,6 @@ export type {
SiteEventType,
SiteOptions,
Source,
SourceMap,
Src,
StaticFile,
Watcher,
Expand Down

0 comments on commit 5d68620

Please sign in to comment.