Skip to content

.prettierrc lesson 6 #2864

Answered by krakxn
Faouzy09 asked this question in Q&A
Sep 25, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

@Faouzy09

Your .prettierrc file should look like this:

{
  "tabWidth": 4,
  "useTabs": false,
  "semi": false,
  "singleQuote": false
}

and your .prettierignore file should look like this:

node_modules
package.json
img
artifacts
cache
coverage
.env
.*
README.md
coverage.json

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Faouzy09
Comment options

Comment options

You must be logged in to vote
2 replies
@Faouzy09
Comment options

@krakxn
Comment options

Answer selected by Faouzy09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants