disallow the Array.from method (es/no-array-from)
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")