Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Oct 26, 2024
1 parent 7a42e17 commit eb9545a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/screens/TreeInfoScreen/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable */

export enum TreeStatus {
Available = 'Available',
StreetReady = 'Street-Ready',
Expand All @@ -14,3 +16,5 @@ export enum TreeOwnership {
ResidentReserved = 'Reserved for Resident',
CommunityPlantingReserved = 'Reserved for Community Planting',
}

/* eslint-enable */

0 comments on commit eb9545a

Please sign in to comment.