diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-03 12:31:27 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-03 12:31:27 +0100 |
commit | fcb57187126b0f0b8b176073a81911fd8ca3331a (patch) | |
tree | 218e7c398473153c6caf6871422b8ecb0e3ad225 /README.md | |
parent | 2c89a4c98a5a3435ed2b5b479a20f0e715553596 (diff) | |
download | ale-fcb57187126b0f0b8b176073a81911fd8ca3331a.zip |
Document that prettier and prettier-eslint are supported
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ name. That seems to be the fairest way to arrange this table. | Haskell | [ghc](https://www.haskell.org/ghc/), [ghc-mod](https://github.com/DanielG/ghc-mod), [hlint](https://hackage.haskell.org/package/hlint), [hdevtools](https://hackage.haskell.org/package/hdevtools) | | HTML | [HTMLHint](http://htmlhint.com/), [proselint](http://proselint.com/), [tidy](http://www.html-tidy.org/) | | Java | [checkstyle](http://checkstyle.sourceforge.net), [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html) | -| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [flow](https://flowtype.org/), [standard](http://standardjs.com/), [xo](https://github.com/sindresorhus/xo) +| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [flow](https://flowtype.org/), [standard](http://standardjs.com/), [prettier](https://github.com/prettier/prettier) (and `prettier-eslint`), [xo](https://github.com/sindresorhus/xo) | JSON | [jsonlint](http://zaa.ch/jsonlint/) | | Kotlin | [kotlinc](https://kotlinlang.org), [ktlint](https://ktlint.github.io) see `:help ale-integration-kotlin` for configuration instructions | LaTeX | [chktex](http://www.nongnu.org/chktex/), [lacheck](https://www.ctan.org/pkg/lacheck), [proselint](http://proselint.com/) | |