Object.entries
method (es/no-object-entries)
disallow the This rule reports ES2017 Object.entries
method as errors.
Examples
⛔ Examples of incorrect code for this rule:
/*eslint es/no-object-entries: error */
const entries = Object.entries(obj)