About 50 results
Open links in new tab
  1. Why do I keep getting "[eslint] Delete `CR` [prettier/prettier]"?

    I am using VS Code with Prettier 1.7.2 and ESLint 1.7.0. After every newline I get: [eslint] Delete `CR` [prettier/prettier] This is the .eslintrc.json: { "extends": ["airbnb&quot...

  2. Why does Prettier not format code in VS Code? - Stack Overflow

    Oct 1, 2018 · In my Nuxt application where ESlint and Prettier are installed and enabled, I switched to Visual Studio Code. When I open a .vue file and press CMD+ Shift + P and choose Format …

  3. Prettier ask me to replace ⏎↹↹ with - Stack Overflow

    May 26, 2021 · 3 I think this is caused by Prettier being configured to use spaces instead of tabs to indent and then your code editor using tabs. So Prettier wants you to replace those tabs with spaces. …

  4. What is the difference between the 4 "Prettier" VS Code extensions?

    Dec 7, 2021 · Prettier Now (remimarsal.prettier-now) and Prettier - Code Formatter(SimonSiefke.prettier-vscode) are both deprecated. => Should not be used anymore. Prettier (esbenp.prettier-vscode) …

  5. visual studio code - Insert `··` prettier/prettier - Stack Overflow

    Jul 31, 2020 · I have a project that has both prettier and eslint installed. The problem is that when I save a file eslint automatically changes the format of the file and it seems some rules conflict with pretti...

  6. How do I format all files in a Visual Studio Code project?

    Apr 27, 2017 · dotnet-csharpier . --write prettier . --write or npm prettier . --write FINISH :) Don't forget to commit the changes you've made before doing formatting, Because after formatting, you'll have lots …

  7. VS-Code Prettier Format On Save doesn't work - Stack Overflow

    Dec 21, 2019 · I noticed that prettier was not working after a VS code update. I don't know if it has to do with the problem but if it is, then the problem may re-appear on future updates, and this solution may …

  8. Is there a config in prettier to keep line breaks? - Stack Overflow

    Jul 10, 2019 · 46 According to this Github issue and looking at the doc, it doesn't seem to be possible to configure it to keep line breaks. You could however set a very short printWidth or put // prettier-ignore …

  9. Get rid of error: Delete `␍⏎` eslint (prettier/prettier), and allow use ...

    Aug 17, 2021 · Get rid of error: Delete `␍⏎` eslint (prettier/prettier), and allow use double `cr` Visual Studio Code1.56.2 on Windows 10 Asked 4 years, 5 months ago Modified 2 years, 1 month ago …

  10. "prettier --write" replaces LF by CRLF on Windows

    Jun 10, 2022 · Some members of my team use Mac, some use Linux and others use Windows. We started to use prettier --write before pushing changes to ensure uniformity in code style. The problem …