Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 644 Bytes

valid-web-component.md

File metadata and controls

16 lines (9 loc) · 644 Bytes

enforce valid <web> component (weex/vue/valid-web-component)

  • ⚙️ This rule is included in all of "plugin:weex/vue/essential", "plugin:weex/vue/strongly-recommended" and "plugin:weex/vue/recommended".

This rule checks if the component have contain other components.

📖 Rule Details

This rule reports web components in the following cases:

  • The component has that contains a component. E.g <web><div></div></web>.

Ref