Skip to content

discussions Search Results · topic:prettier-js org:prettier

Filter by

161 results
 (86 ms)

161 results

inprettier (press backspace or delete to remove)

There was a repo for this purpose: pre-commit/mirrors-prettier, however it s archived because prettier made some changes that breaks plugins entirely, according to its README. Is there a way to recover ...

Hello! I need to prevent splitting long lines into two lines for specific files only without modifying these files. How can I do this?

Finally decided to start trying vs-code with prettier to make life easier when it comes to formatting, in particular with JSON files but I am having a heck of a time applying the settings. I have the ...

Hi! We have a project that utilizes a shared config we ve created. In that shared config we use plugins, for example the tailwind plugin. But when using it in a project the plugins does not work. Do we ...

We ve had some changes made in PRs which have left gaps in our react component function args, and I can t find a good way of removing them with eslint or prettier. Does anyone have any advice? https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAzArlMMCW0AEAJhACoAWOUA5vgBTAA6U++qEEANEy9-gEYBDAE5coAXwCUwMSA4gIAB1zQAzslDChEAO4AFYQjUoBAG20CAnmrl8hAsAGs4MAMoCAtnAAylOMlSmKnA2do7OLgr2lFTIMELowSBB7jix8YlwAB4KcEI4nrCmJLlQwjhwRgEmQXIq0SZwAIroEPD+gYkAViqZLvVNLW1IVTUgAI6DcLpaCkYgAioAtFBwcIRrsiBxAjgm0QDCEO7uAsjzJiabddQNAIIwcTh86PC6uT4r7dWJZDDuJgB1CjwFSRMBwFyGHC4ABu0IsZzAKmsIBhCQAklB1rAXGA8kpbliXDALA0vqMFFoggC7AozqZzFZNpQgkIYNMBFQTuTEpEhKyziScio8TglJtKZQYACcIQYGRkAAOAAMciEcAmOHVHK5p2GHTkMAEfBlcoVSAATHJ0EESMbKgaQHB3Hw1utCF4BNR0Jy4AAxCBCE4PaL0l4QEBiMRAA ...

Is there a way to configure prettier to format XML files using the HTML formatter (I would even suggest adding *.xml to the extensions list for the HTML formatter)? I d like to force this in my global ...
  • jylinposted
    on Sep 11, 2022
  • 1

I tried in the prettier playground and in my project written with typescript and this still formats my code in a single line, it does not preserve the lines with line breaks, I have my .prettierrc and ...

Apple Pickle is created for improving configuration files, would be amazing to be able to use it in ESLint.

.qmd files are essentially .md files but with YAML frontmatter https://quarto.org

when I format html code with prettier, it adds an unnecessary space when closing an unpaired tag like a link or meta tags. How can this be avoided? I couldn t find such an option in the extension settings ...