diff --git a/src/types/onyx/TransactionViolation.ts b/src/types/onyx/TransactionViolation.ts index 8ab494ce00aa..59f01edb30b5 100644 --- a/src/types/onyx/TransactionViolation.ts +++ b/src/types/onyx/TransactionViolation.ts @@ -1,5 +1,4 @@ -// 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. +// 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';