fix(biome): update biome fixer supports css and graphql (#4902)

Co-authored-by: dcai <dongsheng.cai@iag.com.au>
This commit is contained in:
dcai
2025-02-07 19:48:58 +11:00
committed by GitHub
parent 6c337ad19c
commit 305e1c2fb1

View File

@@ -44,7 +44,7 @@ let s:default_registry = {
\ }, \ },
\ 'biome': { \ 'biome': {
\ 'function': 'ale#fixers#biome#Fix', \ 'function': 'ale#fixers#biome#Fix',
\ 'suggested_filetypes': ['javascript', 'typescript', 'json', 'jsonc'], \ 'suggested_filetypes': ['javascript', 'typescript', 'json', 'jsonc', 'css', 'graphql'],
\ 'description': 'Fix JavaScript and TypeScript using biome.', \ 'description': 'Fix JavaScript and TypeScript using biome.',
\ }, \ },
\ 'black': { \ 'black': {