Enable ESLint flat config

This commit is contained in:
Taylor Buchanan
2025-11-17 08:07:06 -06:00
committed by mattn
parent 3c3ee54263
commit 3321ad0351

View File

@@ -30,6 +30,7 @@ augroup vim_lsp_settings_eslint_language_server
\ 'options': {},
\ 'run': 'onType',
\ 'nodePath': v:null,
\ 'useFlatConfig': v:true,
\ }),
\ 'semantic_highlight': lsp_settings#get('eslint-language-server', 'semantic_highlight', {}),
\ }