diff --git a/src/convert.ts b/src/convert.ts index 89fb3340..7bb239cf 100644 --- a/src/convert.ts +++ b/src/convert.ts @@ -149,7 +149,7 @@ export function convert(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,