Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilalShafi committed Jan 13, 2023
1 parent bd95866 commit 8171bb0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const items = [
{ id: 3, item: 'Pencil', quantity: 100, price: 1.25 },
];

type Item = typeof items[number];
type Item = (typeof items)[number];

interface SubtotalHeader {
id: 'SUBTOTAL';
label: string;
Expand Down

0 comments on commit 8171bb0

Please sign in to comment.