diff options
| author | Björn Ganslandt <b.ganslandt@gmail.com> | 2021-10-17 04:54:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-16 19:54:33 -0700 |
| commit | 70e1d5d7c8471b4d4e9d3eab755821ee16f1717a (patch) | |
| tree | bfe8decbe8d66a9328ff9496ba62ededa2ff000e /lua | |
| parent | docs: update CONFIG.md (diff) | |
| download | nvim-lspconfig-70e1d5d7c8471b4d4e9d3eab755821ee16f1717a.tar nvim-lspconfig-70e1d5d7c8471b4d4e9d3eab755821ee16f1717a.tar.gz nvim-lspconfig-70e1d5d7c8471b4d4e9d3eab755821ee16f1717a.tar.bz2 nvim-lspconfig-70e1d5d7c8471b4d4e9d3eab755821ee16f1717a.tar.lz nvim-lspconfig-70e1d5d7c8471b4d4e9d3eab755821ee16f1717a.tar.xz nvim-lspconfig-70e1d5d7c8471b4d4e9d3eab755821ee16f1717a.tar.zst nvim-lspconfig-70e1d5d7c8471b4d4e9d3eab755821ee16f1717a.zip | |
feat(eslint): add vue to eslint filetypes (#1315)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/eslint.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lspconfig/eslint.lua b/lua/lspconfig/eslint.lua index 54d17d21..87db3765 100644 --- a/lua/lspconfig/eslint.lua +++ b/lua/lspconfig/eslint.lua @@ -53,6 +53,7 @@ configs.eslint = { 'typescript', 'typescriptreact', 'typescript.tsx', + 'vue', }, -- https://eslint.org/docs/user-guide/configuring/configuration-files#configuration-file-formats root_dir = util.root_pattern( |
