From cd28a578f03456b3c2990218f53726de3c4a8024 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 27 Oct 2024 14:21:53 +0000 Subject: [PATCH] Fix linting --- src/main.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.d.ts b/src/main.d.ts index 2615b18..d85043d 100644 --- a/src/main.d.ts +++ b/src/main.d.ts @@ -1,7 +1,7 @@ /** * `template-name` options */ -// eslint-disable-next-line @typescript-eslint/no-empty-interface +// eslint-disable-next-line @typescript-eslint/no-empty-interface, @typescript-eslint/no-empty-object-type export interface Options {} /**