summaryrefslogtreecommitdiff
path: root/doc/ale-javascript.txt
diff options
context:
space:
mode:
authorPavel Pertsev <morhetz@gmail.com>2017-08-17 16:38:02 +0300
committerw0rp <devw0rp@gmail.com>2017-08-30 22:20:35 +0100
commit6e423a94cd428917a5efed6611f46bbc9fe33176 (patch)
tree0e977295d54c03c04bfb6019b1884042c5b79521 /doc/ale-javascript.txt
parentc09f8f576407dae8792eae0af5da969e16958125 (diff)
downloadale-6e423a94cd428917a5efed6611f46bbc9fe33176.zip
Fix docs for prettier-eslint ver
Diffstat (limited to 'doc/ale-javascript.txt')
-rw-r--r--doc/ale-javascript.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/ale-javascript.txt b/doc/ale-javascript.txt
index 95d2504a..806c7f8c 100644
--- a/doc/ale-javascript.txt
+++ b/doc/ale-javascript.txt
@@ -96,17 +96,6 @@ g:ale_javascript_prettier_use_local_config *g:ale_javascript_prettier_use_lo
===============================================================================
prettier-eslint *ale-javascript-prettier-eslint*
-ALE supports `prettier-eslint` for easy integration with projects, but it is
-not recommended for new projects. ALE instead recommends configuring
-|g:ale_fixers| to run `'prettier'` and `'eslint'` in a sequence like so: >
-
- let g:ale_fixers = {'javascript': ['prettier', 'eslint']}
-<
-
-This is because `prettier-eslint` cannot be configured to use the ESLint
-configuration file for input given via stdin, which is how ALE integrates with
-the tool.
-
g:ale_javascript_prettier_eslint_executable
*g:ale_javascript_prettier_eslint_executable*
*b:ale_javascript_prettier_eslint_executable*