diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-22 14:46:14 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-22 14:46:14 +0000 |
commit | 4b4762697c03e3b82b032d442289deaac9bd38e6 (patch) | |
tree | 520f13470839c1c95a23e071ca3abc8f9e12f4cc /doc | |
parent | 382cb4d5389725bf85865a87359d6ab744fb35f4 (diff) | |
download | ale-4b4762697c03e3b82b032d442289deaac9bd38e6.zip |
#1095 Use --stdin-filepath where available for prettier-eslint
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-javascript.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/ale-javascript.txt b/doc/ale-javascript.txt index 365dfa62..3934dfb2 100644 --- a/doc/ale-javascript.txt +++ b/doc/ale-javascript.txt @@ -171,11 +171,6 @@ g:ale_javascript_prettier_use_global *g:ale_javascript_prettier_use_global* =============================================================================== prettier-eslint *ale-javascript-prettier-eslint* -ALE supports `prettier-eslint` >= 4.2.0. Using lower version is not recommended -because it cannot be configured to use the ESLint configuration file for input -given via stdin. However ALE could be set up on your own risk with older -versions with |g:ale_javascript_prettier_eslint_legacy| - g:ale_javascript_prettier_eslint_executable *g:ale_javascript_prettier_eslint_executable* *b:ale_javascript_prettier_eslint_executable* @@ -202,14 +197,6 @@ g:ale_javascript_prettier_eslint_use_global See |ale-integrations-local-executables| -g:ale_javascript_prettier_eslint_legacy - *g:ale_javascript_prettier_eslint_legacy* - *b:ale_javascript_prettier_eslint_legacy* - Type: |Number| - Default: `0` - - Fallback option for `prettier-eslint` < 4.2.0 - =============================================================================== prettier-standard *ale-javascript-prettier-standard* |