diff options
author | Filip Gospodinov <f@gospodinov.ch> | 2024-02-24 08:51:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-24 16:51:39 +0900 |
commit | 9cc8383fe930e0d6f21b17c9ebb2fdb55331b183 (patch) | |
tree | 9e4be5ee3b0cbc6293bb36e6d749e16bcd6dbb64 /doc | |
parent | b74cd026488853a3bc936600a03497cbd6587521 (diff) | |
download | ale-9cc8383fe930e0d6f21b17c9ebb2fdb55331b183.zip |
Add full support for biome (#4705)
* Revert "Add biome support for javascript (#4701)"
This reverts commit 8922478a83cd06bfe5b82eb45279649adc4ec046.
* Add support for biome
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| =============================================================================== |