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