aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/eslint.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-168/+0
|
* fix(eslint): return {} in custom handlers (#1320)William Boman2021-10-171-3/+5
|
* feat(eslint): add vue to eslint filetypes (#1315)Björn Ganslandt2021-10-161-0/+1
|
* fix(eslint): provide extra settings to make it work outside of a VSCode ↵William Boman2021-10-141-8/+43
| | | | | | | | | | | | | | | | | context (#1299) * avoid word splitting when opening doc, also add windows support * add settings that makes server work outside a VSCode context * add more custom handlers * change root pattern to search for eslint config file formats See https://eslint.org/docs/user-guide/configuring/configuration-files#configuration-file-formats. * specify workspaceFolder in on_new_config * use uv_os_uname() to determine OS
* feat: add eslint language server (#1273)Jens Claes2021-10-121-0/+130