-
Task
-
Resolution: Fixed
-
Minor
-
2.1
-
- Confirm that unused variables are picked up by JSHint.
-
MOODLE_21_STABLE
-
MOODLE_21_STABLE
I have not looked at all the options, but if this is not set to strict, unused variables in function parameters are not found if followed by a used one.
{
|
"unused": "strict"
|
}
|