Skip to content

Commit 305e1c2

Browse files
authored
fix(biome): update biome fixer supports css and graphql (#4902)
Co-authored-by: dcai <dongsheng.cai@iag.com.au>
1 parent 6c337ad commit 305e1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/ale/fix/registry.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let s:default_registry = {
4444
\ },
4545
\ 'biome': {
4646
\ 'function': 'ale#fixers#biome#Fix',
47-
\ 'suggested_filetypes': ['javascript', 'typescript', 'json', 'jsonc'],
47+
\ 'suggested_filetypes': ['javascript', 'typescript', 'json', 'jsonc', 'css', 'graphql'],
4848
\ 'description': 'Fix JavaScript and TypeScript using biome.',
4949
\ },
5050
\ 'black': {

0 commit comments

Comments
 (0)