Skip to content

Commit

Permalink
Update plugin.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp authored Jul 21, 2022
1 parent afc03cd commit 6338af3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/expressions/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ export interface ExpressionsStart extends ExpressionsServiceStart {
ReactExpressionRenderer: typeof ReactExpressionRenderer;
}

// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface ExpressionsStartDependencies {}

export class ExpressionsPublicPlugin implements Plugin<ExpressionsSetup, ExpressionsStart> {
private static logger = {
...console,
Expand Down

0 comments on commit 6338af3

Please sign in to comment.