Skip to content

Commit

Permalink
feat(Violations): wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-coleman committed Jan 4, 2024
1 parent 095b228 commit ac9c564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types/onyx/TransactionViolation.ts
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit ac9c564

Please sign in to comment.