Add biome support for javascript (#4701)

This commit is contained in:
Akiomi Kamakura
2024-01-14 21:11:14 +09:00
committed by GitHub
parent 531970533a
commit 8922478a83
11 changed files with 105 additions and 0 deletions

View File

@@ -646,6 +646,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['ruby'],
\ 'description': 'A formatter for Ruby source code',
\ },
\ 'biome': {
\ 'function': 'ale#fixers#biome#Fix',
\ 'suggested_filetypes': ['javascript', 'typescript'],
\ 'description': 'Apply biome (ex. rome) check to a file.',
\ },
\}
" Reset the function registry to the default entries.