prettier icon indicating copy to clipboard operation
prettier copied to clipboard

:package: Opinionated but Incredible Prettier plugins.

Results 12 prettier issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/un-ts/prettier). - WARN:...

From https://prettier.io/docs/en/ignore.html : > Use “prettier-ignore” comments to ignore parts of files. So, I expected a comment like this ```sh #!/usr/bin/env bash # prettier-ignore die() { echo "$*" 1>&2 ;...

enhancement
help wanted
upstream

It would be super cool to see this support `prettier`'s `embed` API, so it could format SQL strings in JS/TS: https://prettier.io/docs/en/plugins.html#optional-embed (unless it's the TS/JS code that actually needs to...

enhancement
help wanted
PR welcome
need design
good to have

- Is there an **SQL Server** version of **[prettier-plugin-sql](https://github.com/un-ts/prettier/tree/master/packages/sql)** plugin? - Which **language** or **database** options should I use for **SQL Server**, please?

👋 folks, thanks for this plugin! WDYT of supporting some common file patterns out of the box, e.g. `.husky/*`? This glob could go somewhere here: https://github.com/un-ts/prettier/blob/3548bb2517aa7b115ec0d397c1e1779493d73d19/scripts/languages.ts#L6-L37 I have a few...

After installing the plugin and telling Prettier to use it, none of the desired changes are produced for our Markdown files. When doing a little debugging, it appears that the...

bug
enhancement
accepted

See [package.json](https://github.com/un-ts/prettier/blob/f1c25563fcabb17bf51a949e43ecfc3d30d8951a/packages/sql/package.json#L12). We might also consider just saying `v16.0.0+` here so we don't have specify the specific minor version of `v14.18.0`? Thoughts?

I have a one-line object before ```toml uvicorn = [ { version = "^0.29.0", platform = 'linux', extras = [ 'standard' ] }, { version = "^0.29.0", platform = 'win32'...

I have the original document like below (with CRLF eol) ```sql CREATE TABLE `CHANGELOG` ( `ID` NUMERIC(20, 0) PRIMARY KEY NOT NULL, `APPLIED_AT` VARCHAR(25) NOT NULL, `DESCRIPTION` VARCHAR(256) NOT NULL...

Add support for Containerfile please. I'm guessing it shouldn't be a stretch since Dockerfile is already supported.