Created
September 10, 2021 22:40
-
-
Save shelooks16/6070050aeea2eeaa4b7a84c8e0ebdac3 to your computer and use it in GitHub Desktop.
Prettier
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"trailingComma": "none", | |
"tabWidth": 2, | |
"semi": true, | |
"singleQuote": true, | |
"arrowParens": "always" | |
} |
The root folder is your project folder.
// root folder
my-cool-app
// src folder in the root folder
my-cool-app/src
Hi Tutor, Where are the eslint commands
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where is the root folder of our project , how to get to it