As noted by @tannergooding: It's pretty typical for Clamp APIs to follow a well-specified order for mismatched min/max, as it's far more efficient and is useful for a number of scenarios. -- We end up ...
💼 This rule is enabled in the recommended config. 🔧 This rule is automatically fixable by the --fix CLI option. This rule enforces the use of Math.min() and Math.max() functions instead of ternary ...