UNPKG

eslint-config-alloy

Version:
12 lines (10 loc) 154 B
function Foo() { function UnstableNestedComponent() { return <div />; } return ( <div> <UnstableNestedComponent /> </div> ); }