-
https://github.com/IanVS/prettier-plugin-sort-imports
-
**Your Environment**
- **Prettier version**: 3.3.2
- **node version**: 20.11.1
- **package manager**: npm@10.2.4
- **IDE**: Both VScode and Webstorm
**Describe the bug**
After …
-
Environment
Prettier version**: 3.0.3
* **node version** 18
* **package manager**: yarn@2
* **IDE**: VScode
**Describe the bug**
with version >=3 prettier-plugin-sort-imports doesn't w…
-
## 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…
-
**What version of `prettier-plugin-tailwindcss` are you using?**
0.6.6
**What version of Tailwind CSS are you using?**
3.4.10
**What version of Node.js are you using?**
20.17.0
*…
-
## Description
Try and use [Biome](https://biomejs.dev/) for formatting instead of Prettier, in an attempt to make things faster and resilient to not-so-well-formed code.
Beware that we are using pr…
-
I created a small prettier config here:
https://jsr.io/@reggi/prettier-config
with three deps
https://jsr.io/@reggi/prettier-config/1.0.1/deno.json#L6
similar to most config modules this exports …
-
I think you're currently relying on VS Code settings instead of having the prettier config set for the project. Consider adding a file like this one as prettier.config.js to the root of your project:
…
ky-zo updated
3 weeks ago
-
### Link to the code that reproduces this issue
https://github.com/YouJun-IWON/My_Nextjs15
### To Reproduce
1. set .eslintrc.json 2. check page.tsx 3. I don't see error messages for unused v…
-
# 📘prettier-plugin-sort-imports
- [공식github](https://github.com/trivago/prettier-plugin-sort-imports)
제공된 정규식 순서에 따라 import 선언을 정렬해주는 플러그인이다.
## prettier-plugin-sort-imports 설치
```bash
npm i…