• Ben Alpert's avatar
    Remove 'guard-for-in' lint rule (#1773) · 9c9f8f66
    Ben Alpert authored
    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?
    9c9f8f66