Allow custom filters for the jq fixer (#1980)

* Allow the jq filters to receive custom filters.
* Update documentation.
This commit is contained in:
Aliou Diallo
2018-10-12 10:15:32 +02:00
committed by w0rp
parent e5b5ce9f51
commit b7ec11c93d
3 changed files with 28 additions and 2 deletions

View File

@@ -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*