aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/eslint.lua
Commit message (Expand)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-202/+0
* fix(eslint): useFlatConfig revert to experimental (#3184)Saiful Islam2024-05-311-2/+4
* fix(eslint): useFlatConfig is not experimental anymore (#3183)Saiful Islam2024-05-301-4/+2
* feat(eslint): add support for .cjs, .ts, .mts, .cts config files (#3083)Ray Guo2024-03-201-0/+8
* fix(eslint): support eslint mjs flat config file (#3059)Marces Engel2024-03-081-1/+5
* chore(eslint): deprecate packageManager setting (#2839)Zephyr Lykos2023-09-301-1/+1
* feat: check eslint config file to enable flat config support (#2596)sxyazi2023-05-111-0/+5
* fix: use exepath on server command (#2595)Raphael2023-05-091-9/+2
* fix(eslint): get root patterns by given path (#2556)Raphael2023-04-121-3/+4
* fix(stylelint_lsp): update root directory pattern (#2447)Wuelner Martínez2023-02-121-14/+2
* docs(eslint): fix on save example creates a buflocal autocmd (#2450)Jose Veiga2023-02-111-2/+10
* Add more ESLint options (#2254)Mark Skelton2022-11-241-0/+6
* fix(eslint): root dir not found if using package.json config (#2234)Fernando Gómez2022-11-101-9/+3
* fix(eslint): support flat config (#2229)Michael Chris Lopez2022-11-071-0/+1
* fix: check the package.json has eslintConfig field for eslint (#2208)Raphael2022-10-211-10/+31
* feat: eslint support astro file (#2190)Raphael2022-10-131-0/+1
* feat(eslint): enable for svelte filetype (#2149)Cameron Nemo2022-09-231-0/+1
* feat(eslint): support yarn2 PnP projects #1777William Boman2022-07-051-0/+7
* fix(eslint): fetch active buf client in fix_all (#1978)Guillaume Lagrange2022-07-021-11/+1
* docs(eslint): reformatting (#1956)Michael Härtl2022-06-141-5/+6
* fix(eslint): add missing root_pattern (#1869)Anton2022-04-271-0/+1
* docs(eslint): update `autocmd` exampleAngus Findlay2022-03-281-1/+1
* fix(npm): resolve the command correctly on windowskylo2522021-12-081-1/+7
* fix(eslint): openDoc function on Linux (#1529)Denis Mitana2021-12-021-0/+2
* fix(eslint): default to location mode for workingDirectory (#1506)Michael Lingelbach2021-11-281-4/+2
* chore: prefix all vim.notify message with [lspconfig] (#1496)William Boman2021-11-271-2/+2
* fix(eslint): match opts to sync request (#1492)Michael Lingelbach2021-11-261-3/+3
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
* feat: expose configsMichael Lingelbach2021-11-251-0/+166