diff options
author | Pavel Pertsev <morhetz@gmail.com> | 2017-08-17 16:38:02 +0300 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-30 22:20:35 +0100 |
commit | 6e423a94cd428917a5efed6611f46bbc9fe33176 (patch) | |
tree | 0e977295d54c03c04bfb6019b1884042c5b79521 /doc/ale.txt | |
parent | c09f8f576407dae8792eae0af5da969e16958125 (diff) | |
download | ale-6e423a94cd428917a5efed6611f46bbc9fe33176.zip |
Fix docs for prettier-eslint ver
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 dfdb2693..9055d866 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -215,7 +215,7 @@ Notes: * HTML: `HTMLHint`, `proselint`, `tidy` * Idris: `idris` * Java: `checkstyle`, `javac` -* JavaScript: `eslint`, `jscs`, `jshint`, `flow`, `prettier`, `prettier-eslint`, `prettier-standard`, `standard`, `xo` +* JavaScript: `eslint`, `jscs`, `jshint`, `flow`, `prettier`, `prettier-eslint` >= 4.2.0, `prettier-standard`, `standard`, `xo` * JSON: `jsonlint` * Kotlin: `kotlinc`, `ktlint` * LaTeX (tex): `chktex`, `lacheck`, `proselint` |