Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 'guard-for-in' lint rule (#1773)
Iterating over an object's keys using `for/in` is idiomatic and it's safe (in all modern browsers) to not check hasOwnProperty as long as the object is a plain object. Can we remove this lint rule?
- Loading branch information