diff options
author | Peter Renström <renstrom.peter@gmail.com> | 2017-09-06 16:21:26 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-09-06 15:21:26 +0100 |
commit | 03f1c1e81bdf1fd41b535f6a0260d47ba1bf60dc (patch) | |
tree | 372ace207ef4b89d9b61b5d0d364dc3e01fd9dfb /doc/ale-json.txt | |
parent | c277cdef8cb24512583093d7a9b7d68a14e6d82b (diff) | |
download | ale-03f1c1e81bdf1fd41b535f6a0260d47ba1bf60dc.zip |
Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910)
* Add prettier fixer support for typescript
* Add prettier fixer support for css and scss
* Add prettier fixer support for json
* Use getbufvar() to get &filetype
Diffstat (limited to 'doc/ale-json.txt')
-rw-r--r-- | doc/ale-json.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ale-json.txt b/doc/ale-json.txt new file mode 100644 index 00000000..1d052d55 --- /dev/null +++ b/doc/ale-json.txt @@ -0,0 +1,18 @@ +=============================================================================== +ALE JSON Integration *ale-json-options* + + +=============================================================================== +jsonlint *ale-json-jsonlint* + +There are no options available. + + +=============================================================================== +prettier *ale-json-prettier* + +See |ale-javascript-prettier| for information about the available options. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |