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. 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) …

  3. 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 …

  4. Prettier not formatting HTML files in VS Code - Stack Overflow

    Sep 12, 2019 · For me i found that prettier was refusing to format files, however there was no errors in the output window in vs code. usually this happens when the html is not valid: missing tags, or tags …

  5. How to make "Prettier" the default formatter in VS Code?

    Sep 18, 2020 · Make sure that you have prettier extension and enabled it. Go to setting by clicking ctrl with comma (,) that opens search setting bar. There search for default editor Select default formatter …

  6. How Do I Run Prettier Only on Files That I Want to Commit?

    Sometimes I want to stage just a couple of files for committing, leaving other changes out of the commit; because I do a git add . after running Prettier, all my changes will always end up in the commit How …

  7. How to Configure ESLint and Prettier for Correct Error Reporting in ...

    Aug 4, 2024 · "plugins": ["@typescript-eslint", "prettier"] After running npm run build again, many formatting errors appeared, including some that should not have been displayed (e.g., changing …

  8. prettier - problems with code formatting on save in vscode - Stack …

    Dec 28, 2022 · I have vscode installed and also the prettier extension. In settings I select the option format on save. However, when saving the formatting of the code does not happen, I have to activate …

  9. 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. …

  10. 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 …