summaryrefslogtreecommitdiff
path: root/ale_linters/json/biome.vim
blob: 086ee44ab4fea370728b01d21d7ba273f0120147 (plain)
1
2
3
4
5
6
7
8
9
10
" Description: biome for json files

call ale#linter#Define('json', {
\   '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'),
\})