diff options
Diffstat (limited to 'doc/ale-javascript.txt')
-rw-r--r-- | doc/ale-javascript.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/ale-javascript.txt b/doc/ale-javascript.txt index a55cd643..98c582da 100644 --- a/doc/ale-javascript.txt +++ b/doc/ale-javascript.txt @@ -26,6 +26,33 @@ To this: > =============================================================================== +biome *ale-javascript-biome* + +g:ale_javascript_biome_executable *g:ale_javascript_biome_executable* + *b:ale_javascript_biome_executable* + Type: |String| + Default: `'biome'` + + See |ale-integrations-local-executables| + + +g:ale_javascript_biome_use_global *g:ale_javascript_biome_use_global* + *b:ale_javascript_biome_use_global* + Type: |Number| + Default: `get(g:, 'ale_use_global_executables', 0)` + + See |ale-integrations-local-executables| + + +g:ale_javascript_biome_options *g:ale_javascript_biome_options* + *b:ale_javascript_biome_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to biome. + + +=============================================================================== clang-format *ale-javascript-clangformat* See |ale-c-clangformat| for information about the available options. |