From 83b6ee6abf72b862d0351beb3978e87009840582 Mon Sep 17 00:00:00 2001 From: Einar Ingebrigtsen Date: Mon, 26 Aug 2024 12:30:13 +0200 Subject: [PATCH] Removing validator + disabling no-empty-interface rule --- Source/DotNET/Tools/ProxyGenerator/Templates/Command.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/DotNET/Tools/ProxyGenerator/Templates/Command.hbs b/Source/DotNET/Tools/ProxyGenerator/Templates/Command.hbs index 85458078..a2819554 100644 --- a/Source/DotNET/Tools/ProxyGenerator/Templates/Command.hbs +++ b/Source/DotNET/Tools/ProxyGenerator/Templates/Command.hbs @@ -2,11 +2,11 @@ * **DO NOT EDIT** - This file is an automatically generated file. *--------------------------------------------------------------------------------------------*/ -// eslint-disable-next-line header/header /* eslint-disable sort-imports */ +/* eslint-disable @typescript-eslint/no-empty-interface */ +// eslint-disable-next-line header/header import { Command, CommandPropertyValidators, CommandValidator } from '@cratis/applications/commands'; import { useCommand, SetCommandValues, ClearCommandValues } from '@cratis/applications.react/commands'; -import { Validator } from '@cratis/applications/validation'; {{#Imports}} import { {{Type}} } from '{{Module}}'; {{/Imports}}