Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 482 Bytes

valid-scroller-component.md

File metadata and controls

11 lines (6 loc) · 482 Bytes

enforce valid <scroller> component (weex/vue/valid-scroller-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 whether the <list> component is used in the <scroller> component.

📖 Rule Details

This rule reports scroller components in the following cases:

  • The component has that component. E.g <scroller><list></list></scroller>.