mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-29 23:37:14 +08:00
Add full support for biome (#4705)
* Revert "Add biome support for javascript (#4701)"
This reverts commit 8922478a83.
* Add support for biome
This commit is contained in:
@@ -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|.
|
||||
|
||||
|
||||
===============================================================================
|
||||
|
||||
Reference in New Issue
Block a user