-
**Is your suggestion related to an experience ? Please describe.**
Currently, the codebase has a custom ESLint config and no prettier configuration at all. Keeping this ESLint config uptodate is …
-
**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
…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packages.…
-
### 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…
-
```
npm WARN Conflicting peer dependency: eslint@9.13.0
npm WARN node_modules/eslint
npm WARN peer eslint@">=7.28.0" from eslint-plugin-prettier@4.0.0
npm WARN node_modules/eslint-plugin-githu…
-
Hi, we have an Ember app written in TypeScript. We use the import-x plugin and the new eslint flat file config and everything has been working fine. We have updated our app to use the [Ember Template…
-
As **Eslint 9** removes all formatters, was a tragedy for all as I who has customized Eslint formatters. Now we have https://eslint.style who has ported all the formatters to a new package. I think it…
-
I have three path aliases setup in my `vite.config.ts` and `tsconfig.json`:
- `~` => `src/`
- `ui` => `src/components/*`
- `utils` => `src/lib/index.ts`
Files in `src/components/*` and `src/lib/*` mu…
-
I'm using the following command as a "pretest" on my build CI `eslint . --fix && prettier --write ./src ./resource`.
After upgrading to prettier 3.3.3 I'm receiving the following message on my CI…
-