dprint-plugin-prettier
dprint-plugin-prettier copied to clipboard
Prettier wrapper plugin for dprint.
Previously, if I wanted to format new extension files like ".wxml" using Prettier, I had to use the following configuration ```jsonc "prettier": { "associations": [ "**/*.{js,ts,less,json}", /** and any file...
Hi. The plugin fails in the `ubuntu-22.04` CI but works locally. ```yml jobs: code_quality: name: Code quality runs-on: ubuntu-22.04 steps: - name: Checkout source code uses: actions/checkout@v4 - uses: taiki-e/install-action@dprint...
So as soon as you add "plugin.jsDoc": true to the config all multiline comments get joined to have 100% width. Is that intended? I tried to counter it with proseWrap...
If I leave the typescript settings empty but add "singleQuote": true to the prettier config in the dprint.json the default typescript double quote will overrule the prettier settings every time.
If I had control over the formatting settings on all the projects I work on, I'd give them all the same settings and copy those settings to the `prettier` section...
The below Astro file will fail to format with this error, however formatting it with `prettier` using `prettier-plugin-astro` directly parses the file successfully. ``` Message: ParseError: (0 , $029a36b82dce9f90$var$import__2.default) is...
Please, add [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro)
Would it be possible to add prettier version information to automatic release notes in GitHub? You can access this information by opening commits, but it would be really nice if...
after running `dprint config add prettier` I see dprint attempt to download the plugin (twice), which looks as follows  finally I get the following error: ``` Error resolving plugin...