-
**What version of `prettier-plugin-tailwindcss` are you using?**
v0.5.11
**What version of Tailwind CSS are you using?**
v3.3.0
**What version of Node.js are you using?**
v20.11.0
…
-
https://github.com/yytypescript/book/edit/master/docs/tutorials/prettier.md
日本語Markdownのフォーマットに問題のないPrettier 3系が出て1年以上経っていますが、手順では2系を未だに推奨しています。
今更2系を推奨する理由は放置していた以外にありますか?
関連:
- #568
ついで…
-
Hi,
It would be great if instead of the file name, we could display the notes' titles and the keywords they're tagged with.
The way it stands, parsing out the filename creates a lot of visual noise,…
-
In an ESM project (`.mjs` or `"type": "module"`), eslint-plugin-import can’t find any exports in the `prettier` package. On `import * as prettier from "prettier";`, the `import/namespace` rule complai…
-
## Description
These days, it's a super big DX thing for me to have imports be consistently grouped and ordered for easier parsing when working in (and across) file contexts.
My personal preferenc…
-
We should run a prettier such that code style is consistent, furthermore ideally prettier and eslint are first tried seperately in the ci/cd, and if they fail do not attempt other CI/CD checks, to pre…
-
We need to add a Prettier config to the project so that everyone follows the same formatting rules.
- [x] Checked by QA
-
### Current Behavior
Running `nx format` does not format `.svelte` files when the (prettier-plugin-svelte)[https://www.npmjs.com/package/prettier-plugin-svelte] is been installed and configured in `.…
-
### Explain the issue
When I save an html document with my cursor inside a script tag, the formatting fails and my cursor jumps to the top. If the cursor is outside the script tag, prettier succeeds …
-
When I try to format a svelte file with prettier and this plugin using format on save with vscode the entire file breaks. When I try to run prettier with the `--write` flag it reports a parsing error.…