Configuring prettier and eslint plugins for React from scratch
Hi everyone, how are you? Today we are going to configure the prettier and eslint plugins for a React project from scratch.
We will be using
VSCode
as the default IDE, and all of the extension links in ...
anu.hashnode.dev32 min read
Rahul
hustling
This amazing blog post is just freaking cool. Liked the way you explained and all. But those codes can be colourful. You can add the coding language just after those 3 small dashes. Example :
class Simple{ public static void main(String args[]){ System.out.println("Hello Java"); } } // ```javascript : Like thisOnce again amazing post.