Skip to content

Commit

Permalink
ci(lint): fix disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Oct 14, 2021
1 parent f81773e commit fb3450f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export function convert<Q extends number | bigint>(quantity: Q, from: Unit): Con
throw new RangeError();
}

// eslint-disable-next-line@typescript-eslint/consistent-type-assertions
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions
return {
to: to.bind({
[ConverterThisProperties.Quantity]: quantity,
Expand Down

0 comments on commit fb3450f

Please sign in to comment.