aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/eslint.lua
Commit message (Expand)AuthorAgeFilesLines
* fix(eslint): LspEslintFixAll defined in wrong buffer #4218Tu2025-11-261-1/+1
* fix(lsp): detect deno.jsonc as Deno project for biome/eslint/ts_ls/tsgo/vtsls...Thiago Marques2025-11-181-1/+1
* fix(eslint.lua): nonsense passed to list_extend()Justin M. Keyes2025-11-141-3/+2
* fix: luals warningsJustin M. Keyes2025-11-141-1/+2
* fix: exclude deno from biome/eslint/ts_ls/tsgo/vtsls #4130Xubai Wang2025-11-131-0/+6
* Revert "add deno.lock root marker #4051"Justin M. Keyes2025-09-171-1/+1
* fix: ts/js LSPs require lockfile #4062Alexis Tacnet2025-09-101-5/+4
* feat(biome,eslint,svelte,ts_ls,tsgo,vtsls): add deno.lock root marker #4051Kai Moschcau2025-09-031-1/+1
* fix(ts/js): support older Nvim 0.11.xJustin M. Keyes2025-08-211-2/+3
* fix(ts/js): give lockfiles equal priority when finding root #4013Oskar Haarklou Veileborg2025-08-201-3/+4
* chore: add type annotation for configsIgor2025-08-181-0/+1
* fix(ts/js): servers do not start when `bun.lock` exists #4008Methapon20012025-08-181-1/+1
* fix(eslint): performance regression on configuration lookup #4004Alexis Tacnet2025-08-171-4/+10
* feat(ts/js): improve monorepo support for Typescript, ESLint #3955Alexis Tacnet2025-08-171-29/+63
* feat(eslint): htmlangular filetype #3936Michal Klinovský2025-07-041-0/+1
* fix(eslint): LspEslintFixAll is async, writes file without applied fixes #3876Dave Honneffer2025-06-021-6/+3
* docs(eslint): update on_attach example #3844Pavel Pisetski2025-05-211-4/+7
* fix(eslint): workspace_required #3805Maksim Terpilovskii2025-04-291-4/+2
* fix(eslint): check nil before on_dir #38002025-04-281-1/+3
* ci(lint): enforce "Lsp" command name prefixJustin M. Keyes2025-04-211-2/+2
* feat(eslint): add vim.lsp.config support #3731Carnavale2025-04-211-0/+182