forwards-long-jump / discotron

Modular Discord bot supporting plugins hosted on git repositories
MIT License
3 stars 5 forks source link

ESLint should enforce using const when possible in for of loops #130

Closed Blatoy closed 4 years ago

Blatoy commented 4 years ago

https://eslint.org/docs/rules/prefer-const

Maybe we also should enforce using for of when available?