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 /doc/ale.txt | |
parent | 2c89a4c98a5a3435ed2b5b479a20f0e715553596 (diff) | |
download | ale-fcb57187126b0f0b8b176073a81911fd8ca3331a.zip |
Document that prettier and prettier-eslint are supported
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 707e2a78..45fe4902 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -154,7 +154,7 @@ The following languages and tools are supported. * Haskell: 'ghc', 'ghc-mod', 'hlint', 'hdevtools' * HTML: 'HTMLHint', 'proselint', 'tidy' * Java: 'javac' -* JavaScript: 'eslint', 'jscs', 'jshint', 'flow', 'xo' +* JavaScript: 'eslint', 'jscs', 'jshint', 'flow', 'prettier', 'prettier-eslint', 'xo' * JSON: 'jsonlint' * Kotlin: 'kotlinc' * LaTeX (tex): 'chktex', 'lacheck', 'proselint' |