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")
Now loading...

📚 References

Last Updated: 8/27/2019, 11:29:02 AM