Skip to content

Commit b49e5c1

Browse files
committed
chore: fix lint errors
1 parent 2bc2b7b commit b49e5c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Eta as EtaCore } from "./internal.ts";
22

3-
export type { EtaConfig, Options } from "./config.ts";
43
export type { TemplateFunction } from "./compile.ts";
4+
export type { EtaConfig, Options } from "./config.ts";
55
export {
66
EtaError,
77
EtaFileResolutionError,

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { readFile, resolvePath } from "./file-handling.ts";
22
import { Eta as EtaCore } from "./internal.ts";
33

4-
export type { EtaConfig, Options } from "./config.ts";
54
export type { TemplateFunction } from "./compile.ts";
5+
export type { EtaConfig, Options } from "./config.ts";
66
export {
77
EtaError,
88
EtaFileResolutionError,

0 commit comments

Comments
 (0)