Skip to content
Snippets Groups Projects
Commit 661d37cc authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: disable lint for empty contrustor

parent 23b37415
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ import { MessagingService } from "./service"; ...@@ -17,6 +17,7 @@ import { MessagingService } from "./service";
export class MesssagingModule{ export class MesssagingModule{
// need to inject service // need to inject service
// eslint-disable-next-line @typescript-eslint/no-empty-function
constructor(_mS: MessagingService){ constructor(_mS: MessagingService){
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment