From 8057dc4603df4e95784d1bdbca408dcd1ca9a2cd Mon Sep 17 00:00:00 2001 From: Trevor Coleman Date: Thu, 4 Jan 2024 11:59:45 -0500 Subject: [PATCH] feat(Violations): remove comment --- src/types/onyx/TransactionViolation.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/types/onyx/TransactionViolation.ts b/src/types/onyx/TransactionViolation.ts index 59f01edb30b5..dd7a9ef65746 100644 --- a/src/types/onyx/TransactionViolation.ts +++ b/src/types/onyx/TransactionViolation.ts @@ -1,5 +1,3 @@ -// We need the runtime value of CONST here, because it's declared `as const` but the linter rule incorrectly identifies it as a type-only import. -// eslint-disable-next-line @typescript-eslint/consistent-type-imports import type CONST from '@src/CONST'; /**