mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-30 14:45:29 +08:00
Add biome support for javascript (#4701)
This commit is contained in:
@@ -25,6 +25,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*
|
||||
|
||||
|
||||
@@ -292,6 +292,7 @@ Notes:
|
||||
* `javalsp`
|
||||
* `uncrustify`
|
||||
* JavaScript
|
||||
* `biome`
|
||||
* `clang-format`
|
||||
* `cspell`
|
||||
* `deno`
|
||||
@@ -653,6 +654,7 @@ Notes:
|
||||
* TOML
|
||||
* `dprint`
|
||||
* TypeScript
|
||||
* `biome`
|
||||
* `cspell`
|
||||
* `deno`
|
||||
* `dprint`
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
ALE TypeScript Integration *ale-typescript-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
biome *ale-typescript-biome*
|
||||
|
||||
See |ale-javascript-biome|
|
||||
|
||||
|
||||
===============================================================================
|
||||
cspell *ale-typescript-cspell*
|
||||
|
||||
|
||||
@@ -3116,6 +3116,7 @@ documented in additional help files.
|
||||
eclipselsp............................|ale-java-eclipselsp|
|
||||
uncrustify............................|ale-java-uncrustify|
|
||||
javascript..............................|ale-javascript-options|
|
||||
biome.................................|ale-javascript-biome|
|
||||
clang-format..........................|ale-javascript-clangformat|
|
||||
cspell................................|ale-javascript-cspell|
|
||||
deno..................................|ale-javascript-deno|
|
||||
@@ -3439,6 +3440,7 @@ documented in additional help files.
|
||||
toml....................................|ale-toml-options|
|
||||
dprint................................|ale-toml-dprint|
|
||||
typescript..............................|ale-typescript-options|
|
||||
biome.................................|ale-typescript-biome|
|
||||
cspell................................|ale-typescript-cspell|
|
||||
deno..................................|ale-typescript-deno|
|
||||
dprint................................|ale-typescript-dprint|
|
||||
|
||||
Reference in New Issue
Block a user