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