Default Prettier configuration #1390
Replies: 5 comments 2 replies
-
Hey @carlosbaraza thanks for the suggestion. I converted this from an issue to a discussion. Anyone else is welcome to comment. If we get overwhelming consensus that people want this removed, then happy to do that :) |
Beta Was this translation helpful? Give feedback.
-
+1 for this idea. |
Beta Was this translation helpful? Give feedback.
-
If it stays or goes ... I don't really care to be honest. Only thing I would like to see is something like an advanced configuration guide for Blitz inside it's docs. For let's say ... how to change prettier or load your company wide configuration, how to extend/disable eslint rules for when you really want or need to do so, etc... |
Beta Was this translation helpful? Give feedback.
-
Was also curious about the reasoning behind this. |
Beta Was this translation helpful? Give feedback.
-
I agree with using the default style (semicolons added). It is marginally more future proof than relying on ASIs. |
Beta Was this translation helpful? Give feedback.
-
What do you want and why?
Firstly, thank you for this great and promising project. Getting started I noticed that the new projects come with a custom Prettier configuration:
Not to get into the semicolon war, but I think a majority of developers use the default configuration of Prettier, and it seems a bit unnecessary to enforce a custom styling.
Possible implementation(s)
Remove the custom configuration. It might require running Prettier for the entire project on the initial bootstrap if it doesn't already.
Beta Was this translation helpful? Give feedback.
All reactions