Skip to content

Commit

Permalink
Removing validator + disabling no-empty-interface rule
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Aug 26, 2024
1 parent 0318e71 commit 83b6ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/DotNET/Tools/ProxyGenerator/Templates/Command.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 83b6ee6

Please sign in to comment.