disallow the Object.keys method
Object.keys
plugin:es/no-new-in-es5
plugin:es/restrict-to-es3
This rule reports ES5 Object.keys method as errors.
⛔ Examples of incorrect code for this rule:
← es/no-object-issealed es/no-object-preventextensions →