disallow the Array.isArray method
Array.isArray
plugin:es/no-new-in-es5
plugin:es/restrict-to-es3
This rule reports ES5 Array.isArray method as errors.
⛔ Examples of incorrect code for this rule:
← es/no-accessor-properties es/no-array-prototype-every →