Array.from
method (es/no-array-from)
disallow the This rule reports ES2015 Array.from
method as errors.
Examples
⛔ Examples of incorrect code for this rule:
/*eslint es/no-array-from: error */
const array = Array.from("hello")