Skip to content

Commit

Permalink
[prettierx] document new plugins for Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Nov 20, 2019
1 parent 0dd7b09 commit 7256b21
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Expand Up @@ -10,7 +10,21 @@ Language parsers are supported with old language parsers deprecated as if this w

Minimum Node.js version supported: Node.js 8 - deprecated; Node.js 10 is recommended as described in: [`brodybits/prettierx#6`](https://github.com/brodybits/prettierx/issues/6)

FUTURE TODO: It is desired to provide the additional formatting options in a prettier plugin as discussed in: [`brodybits/prettierx#8`](https://github.com/brodybits/prettierx/issues/8)
## prettierx as a Prettier plugin

Provides the additional formatting options in a prettier plugin (or two).

Status: experimental

- [`brodybits/prettier-plugin-prettierx-babel`](https://github.com/brodybits/prettier-plugin-prettierx-babel)
- [`brodybits/prettier-plugin-prettierx-typescript`](https://github.com/brodybits/prettier-plugin-prettierx-typescript)

Major TODO items:

- support option to use Babel parser to parse TypeScript ref: [`brodybits/prettierx#54`](https://github.com/brodybits/prettierx/issues/54)
- support the additional formatting options from the command line, somehow

ref: [`brodybits/prettierx#8`](https://github.com/brodybits/prettierx/issues/8)

## CLI Usage

Expand Down

0 comments on commit 7256b21

Please sign in to comment.