summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAliou Diallo <aliou@users.noreply.github.com>2018-10-12 10:15:32 +0200
committerw0rp <w0rp@users.noreply.github.com>2018-10-12 09:15:32 +0100
commitb7ec11c93d12ce8f64cfdae363cbab3d2e69dfd4 (patch)
treeb7c134db03184b1ff2c8df98fa4876508e202420 /doc
parente5b5ce9f512d4a36e944f728f4d1ff5d8238c64f (diff)
downloadale-b7ec11c93d12ce8f64cfdae363cbab3d2e69dfd4.zip
Allow custom filters for the jq fixer (#1980)
* Allow the jq filters to receive custom filters. * Update documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-json.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ale-json.txt b/doc/ale-json.txt
index 0ec7932d..6a0a9fae 100644
--- a/doc/ale-json.txt
+++ b/doc/ale-json.txt
@@ -73,6 +73,13 @@ g:ale_json_jq_options *g:ale_json_jq_options*
This option can be changed to pass extra options to `jq`.
+g:ale_json_jq_filters *g:ale_json_jq_filters*
+ *b:ale_json_jq_filters*
+ Type: |String|
+ Default: `'.'`
+
+ This option can be changed to pass custom filters to `jq`.
+
===============================================================================
prettier *ale-json-prettier*