ale/ale_linters/javascript
Braden Kelley a0ad5f938a
fix!(biome): allow passing options to `biome check` (#4799)
The only option available to biome's `lsp-proxy` command used for
linting is `--config-path`. However, we are using ALE to find and set
the project root, and have a way to manually override, so that is no
longer necessary.

The LSP proxy also used the `g:ale_biome_options` config, which is
shared with the fixer's `check` command, but `lsp-proxy` will throw an
error if unknown options are included, making it so that option is only
useful to set the project root.

BREAKING CHANGE: We are no longer passing options to the biome LSP
proxy, but we can still set the project root with
`g:ale_biome_lsp_project_root`.
2024-06-27 14:30:06 +09:00
..
biome.vim fix!(biome): allow passing options to `biome check` (#4799) 2024-06-27 14:30:06 +09:00
cspell.vim Add cspell Linter (#3981) 2021-11-19 07:41:05 +09:00
deno.vim feat: add deno lsp for javascript (#3924) 2021-10-02 09:51:22 +09:00
eslint.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
fecs.vim feat: fecs support for js/html/css lint and format 2019-04-11 16:24:58 +08:00
flow.vim Enable gopls by default with GOPATH detection 2021-05-26 22:43:33 +01:00
flow_ls.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
jscs.vim Enable gopls by default with GOPATH detection 2021-05-26 22:43:33 +01:00
jshint.vim Enable gopls by default with GOPATH detection 2021-05-26 22:43:33 +01:00
standard.vim Enable gopls by default with GOPATH detection 2021-05-26 22:43:33 +01:00
tsserver.vim Enable gopls by default with GOPATH detection 2021-05-26 22:43:33 +01:00
xo.vim linters/xo: prefer function shorthand 2021-01-22 09:23:54 -06:00