mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-17 16:45:11 +08:00
fix(biome): run all enabled biome fixers (#4763)
- based on biome config, will format, lint, and/or sort imports - adds variable to apply unsafe fixes, disabled by default fixes: #4754
This commit is contained in:
@@ -27,6 +27,14 @@ g:ale_biome_use_global *g:ale_biome_use_global*
|
||||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
g:ale_biome_fixer_apply_unsafe *g:ale_biome_fixer_apply_unsafe*
|
||||
*b:ale_biome_fixer_apply_unsafe*
|
||||
Type: |Number|
|
||||
Default: `0`
|
||||
|
||||
If set to `1`, biome will apply unsafe fixes along with safe fixes.
|
||||
|
||||
|
||||
===============================================================================
|
||||
cspell *ale-typescript-cspell*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user