Skip to content

Commit e852d6d

Browse files
committed
fix(oxlint): remove unknown filetypes
Problem: The filetypes javascript.tsx and typescript.tsx are not valid and have been removed from other LSP configs recently. Solution: Remove them from the oxlint config.
1 parent c706824 commit e852d6d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lsp/oxlint.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ return {
3434
filetypes = {
3535
'javascript',
3636
'javascriptreact',
37-
'javascript.jsx',
3837
'typescript',
3938
'typescriptreact',
40-
'typescript.tsx',
4139
'vue',
4240
'svelte',
4341
'astro',

0 commit comments

Comments
 (0)