-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.0
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #82
-
Story Points:1
Now that Firefox supports it, we can replace the use of let with const in the for loops.
This will allow us to remove the custom eslint-disable-next-line prefer-const to disable the rule.