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'; /**