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" | |
} |
@nirav1993 hi
File .prettierc
to be placed in the root folder of your project, next to package.json
Where is the root folder of our project , how to get to it @shelooks16
Root folder is the folder of your project.
d:/myproject
- Root folder of your project
d:/myproject/src
d:/myproject/any/other/folder
- folders inside your project
hello
File .prettierc to be placed in the root folder of your project, next to package.json
Where is the root folder of our project , how to get to it
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 to put it? if in settings.json?