- Require let or const instead of var
This rule is aimed at discouraging the use of var and encouraging the use of const or let instead.
You can check them out here.