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:
Braden Kelley
2024-06-20 17:21:19 -07:00
committed by GitHub
parent 0cd64c87bf
commit f2aef2f510
5 changed files with 33 additions and 3 deletions

View File

@@ -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*