- Disallow reassigning function parameters
This rule aims to prevent unintended behavior caused by modification or reassignment of function parameters.
Warns against the modification of parameter properties.
You can check them out here.