Skip to content

es-x/no-object-super-properties

disallow super property accesses in object literals

This rule reports ES2015 super property accesses in object literals as errors.

💡 Examples

⛔ Examples of incorrect code for this rule:

Now loading...

🚀 Version

This rule was introduced in eslint-plugin-es v1.1.0.

📚 References