0
votes

I'm using React Application with Typescript and I updated [email protected], After that I'm getting lot of error like

  1. Replace entry with (entry) prettier/prettier
  2. Module imports itself import/no-self-import
  3. Unexpected block statement surrounding arrow body; move the returned value immediately after the => a arrow-body-style ...etc

How to resolve this

Thanks