summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Benjamin <petermbenjamin@gmail.com>2018-08-08 10:48:28 -0700
committerw0rp <w0rp@users.noreply.github.com>2018-08-08 18:48:28 +0100
commit8faa11752ccdad43b97f8168e3d48880ee2272b2 (patch)
tree4153185702b5b10518b6b2f0887dd5550f0c3eed /README.md
parent7179f92e44146a42d06924e139817675653c97e6 (diff)
downloadale-8faa11752ccdad43b97f8168e3d48880ee2272b2.zip
Add prettier as a YAML option (#1789)
* Add prettier as a yaml fixer * Sort yaml fixers alphabetically * Add prettier to doc/ale.txt * Add ale-yaml-prettier * Add ale-yaml-prettier to the TOC
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 746b63d4..cd11d323 100644
--- a/README.md
+++ b/README.md
@@ -190,7 +190,7 @@ formatting.
| Vue | [prettier](https://github.com/prettier/prettier), [vls](https://github.com/vuejs/vetur/tree/master/server) |
| XHTML | [alex](https://github.com/wooorm/alex) !!, [proselint](http://proselint.com/), [write-good](https://github.com/btford/write-good) |
| XML | [xmllint](http://xmlsoft.org/xmllint.html) |
-| YAML | [swaglint](https://github.com/byCedric/swaglint), [yamllint](https://yamllint.readthedocs.io/) |
+| YAML | [prettier](https://github.com/prettier/prettier), [swaglint](https://github.com/byCedric/swaglint), [yamllint](https://yamllint.readthedocs.io/) |
| YANG | [yang-lsp](https://github.com/theia-ide/yang-lsp) |
<a name="usage"></a>