@masknet/no-for-in
Disallow use for-in
for (const key in object) { }
for (const key of Object.keys(object)) { }