Answers for "how to save without prettier"

5

prettier don't format line

// prettier-ignore						JS
{/* prettier-ignore */}					JSX
<!-- prettier-ignore -->				HTML / Markdown
/* prettier-ignore */					CSS
Posted by: Guest on April-09-2020
1

disable prettier for some specific file

To disable prettier for some specific part of a file
Read-> https://prettier.io/docs/en/ignore.html#ignoring-files
Posted by: Guest on August-20-2020
0

prettier format on save not working

ext install esbenp.prettier-vscode
Posted by: Guest on March-01-2020

Code answers related to "how to save without prettier"

Code answers related to "Javascript"

Browse Popular Code Answers by Language