vue/no-duplicate-attr-inheritance
enforce
inheritAttrs
to be set tofalse
when usingv-bind="$attrs"
📖 Rule Details
This rule aims to prevent duplicate attribute inheritance.
This rule to warn to apply inheritAttrs: false
when it detects v-bind="$attrs"
being used.
🔧 Options
Nothing.
📚 Further Reading
🚀 Version
This rule was introduced in eslint-plugin-vue v7.0.0