deepsourcestatus / test-repository

Prefer boolean attributes notation in JSX JS-0400
Anti-pattern
Minor
8 months ago8 months old
Value must be omitted for boolean attributes
 7    <div className="App">
 8      <header className="App-header">
 9        <img src={logo} className="App-logo" alt="logo" alt="logo_"/>
10        <Home title={`Welcome to DeepSource Enterprise`} isHero={true}></Home>11        <a
12          className="App-link"
13          href="https://reactjs.org"