-
@davidglezz suggests to use [Biome.js](https://biomejs.dev/) instead of Prettier
https://github.com/empathyco/eslint-config/pull/1#discussion_r1792099427
> Formatting in 10% of the time! 🚀
-
### Clear and concise description of the problem
I'd like to use Prettier (externally) and this config for everything else. The suggestion is generally to use _either_ `stylistic` _or_ prettier, but …
-
hema.ts 45ms
src/modules/module/module.controller.ts 47ms
src/modules/module/module.module.ts 8ms
src/modules/module/module.service.ts
[error] src/modules/module/module.service.ts: Error: Comment …
-
# [Next.js] Prettier - Let's see how to configure Prettier in Next.js.
Let's see how to configure Prettier in Next.js.
[https://dev-yakuza.posstree.com/en/react/nextjs/prettier/](https://dev-yakuza.…
-
when i set
```
export default Generator.configure({
schema: {
url: new URL('http://localhost:48010/graphql'),
type: 'url',
options: {
descriptions: false,
specifiedB…
-
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.…
-
### Summary
Format fails if `prettier.config.js` is written in ESM and contains `import` for plugins.
### Github Repository to Reproduce Issue
https://github.com/risu729/prettier-test
### …
-
**Environments:**
- Prettier Version: 3.3.3
- Running Prettier via:
- Runtime:
- Operating System:
- Prettier plugins (if any):
**Steps to reproduce:**
Add '/*' to .prettierignore…
-
I am using the following settings and it's not formatting .cls apex class files and giving the error "Couldn't resolve parser "apex""
**Logs**:
["INFO" - 2:08:41 AM] Formatting file:///c%3A/Users/…
-
The goal of this task is to:
- Add a new command `make prettier` that will reformat TS, JS, and JSON files in the Radius repository
- Add reformat check to the lint workflow to make sure that the co…