You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@commitlint/execute-rule/src/index.ts:20:16 - error TS2322: Type 'awaited T' is not assignable to type 'T'.
'T' could be instantiated with an arbitrary type which could be unrelated to 'awaited T'.
20 return [name, await fn()];
~~~~~~~~~~
To repro:
yarn
yarn run build
tsc -b -f
The text was updated successfully, but these errors were encountered:
https://github.com/conventional-changelog/commitlint/blob/0f0f95affc1c350fdb3e3c58eda48f9a845dfb27/@commitlint/execute-rule/src/index.ts#L20
To repro:
yarn
yarn run build
tsc -b -f
The text was updated successfully, but these errors were encountered: