Ultimate Linting & Formatting Setup for VSCode React Projects 🔥
---inspired form 
so, you may watch the video. Check Now
or
You can use my modified boilerplate which I just slightly modified to get rid of errors.
What I did
- ✨Magic ✨
Requirements
- VSCode &
- Its two extensions :
EsLint,Prettier
Till now, I haven't go any bug then just do the following method:
- Just keep a empty directory
- Download the whole repo
- Copy and paste the files in your directory
- Run the command:
npm installif you use npm oryarnif you use yarn - Now check it by
npm startoryarn start - I hope it is working now!