UNPKG

@stordata/eslint-config

Version:

Shareable ESLint configuration for Stordata projects

9 lines (8 loc) 172 B
export default function Component({ a, b }) { return ( <div className={'toto'}> Test {a} {b} <img src={'/img/test.png'} alt={'Test'} /> </div> ); }