Top "Prettier" questions

Prettier is an opinionated code formatter for JavaScript, CSS, HTML, Markdown, and other languages.

Cannot find module 'eslint-plugin-prettier'

I am trying to make ESLint and Prettier work for days but whatever I do, nothing changes. I don't even …

react-native eslint prettier
VS-Code Prettier Format On Save doesn't work

For about a month now, my Prettier extension has stopped working as it normally does. Most notably - format on …

visual-studio-code vscode-settings prettier
Disable prettier for a single file

I need to disable prettier for single file (API URLS file) in my project in Vs-code. actually I need each …

javascript reactjs ecmascript-6 visual-studio-code prettier
Can't get correct autoformat on save in Visual Studio Code with ESLint and Prettier

in Visual Studio Code with ESLint and Prettier when working on .vue files, it seems I can't get vue/max-attributes-per-line …

vue.js visual-studio-code eslint prettier
How to disable prettier settings creating new line of > of html tag?

I walk through the Prettier extension of Vscode and I can't find how to disable this scenario. See the > …

angular typescript visual-studio-code prettier
How to Edit Auto-Formatting Rules for CSS/SCSS/LESS using Prettier in VSCode?

Background: I'm using Prettier - Code formatter extension for VSCode to auto-format my code on save. Problem: I'm used to …

visual-studio-code vscode-settings prettier stylelint
Prettier and eslint indents not working together

I traying setup my vim based typescript developing environment, but have an issue with indent management. Probably 'eslint' says: indent: …

javascript typescript vim eslint prettier
Insert `··` prettier/prettier

I have a project that has both prettier and eslint installed. The problem is that when I save a file …

visual-studio-code eslint prettier react-tsx
Is there a config in prettier to keep line breaks?

have a problem with prettier extension in VS Code, When I write this: const result = await pool .request() .query('select …

javascript express prettier
Cannot find module 'prettier'

I updated all packages but still getting this error after running npm run serve: Module build failed (from ./node_modules/…

node.js npm eslint package.json prettier