Genarate react project with typescript and eslint 1. Generate React project in typescript npx create-react-app --template typescript 2. Install Eslint as dev dependency for linting npm i -D eslint 3. Install other dependencies through eslint cli