diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-javascript.txt | 23 | ||||
-rw-r--r-- | doc/ale-typescript.txt | 21 |
2 files changed, 21 insertions, 23 deletions
diff --git a/doc/ale-javascript.txt b/doc/ale-javascript.txt index 98c582da..7e594f2a 100644 --- a/doc/ale-javascript.txt +++ b/doc/ale-javascript.txt @@ -28,28 +28,7 @@ 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. +Check the docs over at |ale-typescript-biome|. =============================================================================== diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt index 1641e60e..96899a29 100644 --- a/doc/ale-typescript.txt +++ b/doc/ale-typescript.txt @@ -5,7 +5,26 @@ ALE TypeScript Integration *ale-typescript-options* =============================================================================== biome *ale-typescript-biome* -See |ale-javascript-biome| +g:ale_biome_executable *g:ale_biome_executable* + *b:ale_biome_executable* + Type: |String| + Default: `'biome'` + + +g:ale_biome_options *g:ale_biome_options* + *b:ale_biome_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to biome. + + +g:ale_biome_use_global *g:ale_biome_use_global* + *b:ale_biome_use_global* + Type: |Number| + Default: `get(g:, 'ale_use_global_executables', 0)` + + See |ale-integrations-local-executables| =============================================================================== |