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

    Solution git config --global core.autocrlf false After global configuration, you need to pull the code again. Root cause of the problem: The culprit is git, a configuration property of core.autocrlf …

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

  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 …

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

  5. javascript - What's the difference between prettier-eslint, eslint ...

    Jun 22, 2017 · For more information, refer to the official Prettier docs. It's the recommended practice to let Prettier handle formatting and ESLint for non-formatting issues, prettier-eslint is …

  6. VScode Prettier Extension Not Formatting on Save

    Nov 12, 2024 · Removing this allowed me to configure the formatter for HTML as Prettier in the workspace without needing to set any User settings. Not sure why format on save still worked …

  7. How to make Prettier to ignore a block of code? - Stack Overflow

    Feb 18, 2021 · Overall, the strategy is to wrap multiple things in one thing that can be prettier-ignore d. Another option is to move all the code you don't want to format (e.g., because it's …

  8. How can I solve the prettier/prettier problem - Stack Overflow

    Dec 21, 2020 · I'm using nuxtjs, and I installed eslint on my project, and upon using npm run dev, I get a bombardment of errors. How can I fix this:

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

  10. reactjs - Delete `␍`eslintprettier/prettier - Stack Overflow

    Dec 24, 2021 · Delete `␍`eslintprettier/prettier This is what it looks like This is my .eslintrc.json: