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
main.ts:2:18 - error TS2345: Argument of type 'bigint' is not assignable to parameter of type 'number'.
2 return Math.max(a, b);
~
Found 1 error in main.ts:2
The text was updated successfully, but these errors were encountered:
unicorn/prefer-math-min-max is incorrectly reporting variables of bigint type.
Its autofix generates invalid code.
package.json
tsconfig.json
main.ts
Command Line
Error Message
Autofix Result and TypeScript Error
The text was updated successfully, but these errors were encountered: