require-number-to-fixed-digits-argument
Configuration
rslint.config.ts
Rule Details
Requires calls to Number#toFixed() to explicitly pass the number of fraction
digits. Writing the argument makes the intended formatting clear instead of
relying on the default value of 0.
Examples of incorrect code for this rule:
Examples of correct code for this rule: