-
This plugin seems not compatible with https://github.com/tailwindlabs/prettier-plugin-tailwindcss
-
Trying to add Prettier to my project: https://github.com/hrishikesh-k/blog. Running `npx prettier . --write` fails with the above error. Here's the entire output:
Terminal output
```
npx pr…
-
Whenever I run the blade formatter I get this empty line breaks after an php directive. When I run the formatter multiple times, I get multiple empty line breaks. Why? How? 👀
![image](https://gith…
-
### Vue - Official extension or vue-tsc version
2.1.10
### VSCode version
none
### Vue version
3.5.13
### TypeScript version
5.7.2
### System Info
```shell
System:
OS:…
-
"dependencies": {
"@babel/runtime": "^7.7.7",
"@nutui/nutui": "^3.1.18",
"@nutui/nutui-taro": "^3.1.10",
"@tarojs/cli": "3.4.7",
"@tarojs/components": "3.4.7",
"@tarojs/plugin-html"…
-
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 …
reggi updated
1 month ago
-
Треба налаштувати husky хуки на прекоміт котрі будуть:
1. Запускати `prettier fix`
2. Запускати `eslint fix`
Не давати робити `push` поки проблеми не будуть виправлені
-
### Describe the documentation issue
The following plugins and configs seem to either not be maintained or be abandoned completely.
#### These only have minor issues like lack of 16 version but seem…
-
Currently ESLint reports errors with things like:
- importing types
- TypeScript in general ("parsing error, unexpected token)
Just doing some local testing, replacing:
```js
module.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
1 month ago