-
When using the default Prettier settings, an additional setting is required in some situations.
`prettier.config.js`
```
module.exports = {
trailingComma: "es5", // default: "es5"
}
```
T…
-
### What happened?
I am installing Plasmo with MUI using [examples/with-mui](https://github.com/PlasmoHQ/examples/tree/main/with-mui).
However, I got an error when I removed some components from…
-
E.g. with a prettier plugin:
* https://github.com/trivago/prettier-plugin-sort-imports
* https://github.com/simonhaenisch/prettier-plugin-organize-imports
Or as another check:everything step us…
-
### Neovim version (nvim -v)
0.9.1
### Operating system/version
Macos 12.5.1
### Describe the bug
Hi there!
This is my first time using neovim and lazyvim. There I'm [enabling prettier…
-
👋 Hi all! With [ESLint v9 released](https://eslint.org/blog/2024/04/eslint-v9.0.0-released), many community plugins are adding support for the new major version. This is a tracking issue of ESLint v9 …
-
I don't know why, but currently https://github.com/simonhaenisch/prettier-plugin-organize-imports#readme is not supported out of the box
So we need to use `npx prettier --loglevel silent --write . &&…
-
Running prettier on a file with a comment as the last import duplicates that comment
![image](https://user-images.githubusercontent.com/3408480/85052694-673cb100-b167-11ea-848f-a85466964bb6.png)
>…
-
**Your Environment**
* **prettier-plugin-sort-imports version**: 3.1.1
* **Prettier version**: 2.4.1
* **node version**: 16.9.1
* **package manager**: npm@7
* **IDE**: CLI
**Describe …
-
### What version of Bun is running?
1.0.15
### What platform is your computer?
Darwin 23.1.0 x86_64 i386
### What steps can reproduce the bug?
The easiest way to reproduce this issue is to run `b…
-
### Is your feature request related to a problem? Please describe.
Imports are a mess, send help
### Describe the solution you'd like
Auto sort imports on-save/pre-commit
### Describe alternatives…