summaryrefslogtreecommitdiff
path: root/ale_linters/javascript/biome.vim
blob: 17714de173c95f12530232feb7121c7206fbc68a (plain)
1
2
3
4
5
6
7
8
9
10
11
" Author: Filip Gospodinov <f@gospodinov.ch>
" Description: biome for JavaScript files

call ale#linter#Define('javascript', {
\   'name': 'biome',
\   'lsp': 'stdio',
\   'language': function('ale#handlers#biome#GetLanguage'),
\   'executable': function('ale#handlers#biome#GetExecutable'),
\   'command': '%e lsp-proxy',
\   'project_root': function('ale#handlers#biome#GetProjectRoot'),
\})