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