From 03166ac2647f1a0abfb3006b456f1c0718b7fb63 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Fri, 6 May 2022 09:29:58 +0200 Subject: [PATCH] fix lint --- src/viewerModule/nehuba/module.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/viewerModule/nehuba/module.ts b/src/viewerModule/nehuba/module.ts index 5ba4843f6..087c53efd 100644 --- a/src/viewerModule/nehuba/module.ts +++ b/src/viewerModule/nehuba/module.ts @@ -94,7 +94,6 @@ import { NgAnnotationEffects } from "./annotation/effects"; export class NehubaModule{ - constructor(_svc: NgAnnotationService){ - - } + // eslint-disable-next-line @typescript-eslint/no-empty-function + constructor(_svc: NgAnnotationService){} } -- GitLab