From f5af8cc9e214b710ed36943a913277e847ef01f9 Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Mon, 1 Feb 2021 20:31:13 -0500 Subject: [PATCH] prettierx: update title for **some** recommended options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a2e5b8d77..60d216cd89 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Note that this tool does **not** follow any of the other ["Standard JS"](https:/ Any known conflicts with ["Standard JS"](https://standardjs.com/) will be tracked in [open issues with the `conflict-with-standard` tag](https://github.com/brodybits/prettierx/issues?q=is%3Aissue+label%3Aconflict-with-standard+is%3Aopen). -## recommended options +## some recommended options - `--arrow-parens avoid` (`arrowParens: "avoid"`), especially in combination with `--space-in-parens` (`spaceInParens: true`). - `--break-long-method-chains` (`breakLongMethodChains: true`)