From 358572d9e76f4cd22bfcb09c092a1eaf3a31f005 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sat, 4 Nov 2023 10:40:06 +0100 Subject: infra(typescript-eslint): strict-type-checked (#2467) --- test/modules/helpers.spec.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/modules') diff --git a/test/modules/helpers.spec.ts b/test/modules/helpers.spec.ts index e683d1d8..3f850086 100644 --- a/test/modules/helpers.spec.ts +++ b/test/modules/helpers.spec.ts @@ -95,6 +95,7 @@ describe('helpers', () => { enum MixedFoo { Foo = 0, Bar = 1, + // eslint-disable-next-line @typescript-eslint/no-mixed-enums FooName = 'Foo', BarName = 'Bar', } @@ -256,6 +257,7 @@ describe('helpers', () => { enum FooMixedEnum { Foo = 0, Bar = 1, + // eslint-disable-next-line @typescript-eslint/no-mixed-enums StrFoo = 'FOO', StrBar = 'BAR', } -- cgit v1.2.3