bodil / eslint-config-cleanjs

An eslint config which reduces JS to a pure functional language
1.1k stars 33 forks source link

Forbid usage of var and let #5

Closed benzen closed 8 years ago

benzen commented 8 years ago

Don't think there is a use case for var anymore. Since mutation is forbidden, there is no case for let neither

bodil commented 8 years ago

Do the current rules forbidding these not work?