added linting for ts js files

This commit is contained in:
Alexander Muszynski
2024-07-19 17:13:22 -04:00
parent ad8e634d1a
commit 28daebf552
+5 -1
View File
@@ -682,7 +682,9 @@ require('lazy').setup({
-- --
-- You can use a sub-list to tell conform to run *until* a formatter -- You can use a sub-list to tell conform to run *until* a formatter
-- is found. -- is found.
-- javascript = { { "prettierd", "prettier" } }, javascript = { { 'prettierd', 'prettier' } },
typescript = { { 'prettierd', 'prettier' } },
typescriptreact = { { 'prettierd', 'prettier' } },
}, },
}, },
}, },
@@ -865,6 +867,8 @@ require('lazy').setup({
'bash', 'bash',
'c', 'c',
'diff', 'diff',
'dart',
'dockerfile',
'html', 'html',
'lua', 'lua',
'luadoc', 'luadoc',