React create-react-app v3.4.1 typescript: ESLint & Prettier with Airbnb style guides and VSCode WebStorm setup 2020

Eli Elad Elrom
Master React
Published in
5 min readAug 7, 2020

--

CRA Typescript ESLint Prettier VSCode WebStorm

Why do I need to Lint & make it pretty?

Lint is a tool for “linting” your code. It is a static code analysis tool created to identify problematic patterns found in code…

--

--