matrix-js-sdk
47a8d3e5 - Disable guard-for-in rule

Commit
6 years ago
Disable guard-for-in rule The Google code style config for ESLint turns on `guard-for-in` to require for-in loops to check own properties. This makes it annoying to iterate objects, and we seem to disable the rule by line comments when it comes up anyway, so this just disables it globally.
Author
Committer
Parents
Loading