enable json for eslint again

This commit is contained in:
Thomas Ruoff
2023-09-13 08:23:32 +02:00
parent 8271fa039b
commit 7b8a35f127

View File

@@ -50,7 +50,7 @@ return {
formatting.eslint_d.with {
cwd = h.cache.by_bufnr(eslint_d_cwd),
-- not sure how to scope this only to bcr's locales
-- extra_filetypes = { 'json' },
extra_filetypes = { 'json' },
},
code_actions.eslint_d.with {
cwd = h.cache.by_bufnr(eslint_d_cwd),