Skip to content

Commit efe6251

Browse files
author
Robert Jackson
authored
Merge pull request #98 from tildeio/fix-linting-error
2 parents 28d260d + d77ed95 commit efe6251

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/helpers.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ export namespace BroccoliPlugin {
3030
cachePath: string;
3131
}
3232

33-
export interface Static {
34-
new (inputNodes: any[], options?: any): Plugin;
35-
}
33+
export type Static = new (inputNodes: any[], options?: any) => Plugin;
3634
}
3735

3836
export interface WalkSync {

0 commit comments

Comments
 (0)