mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-20 05:56:11 +00:00
languages/typescript: remove invalid filetypes
`:checkhealth` output: ``` - ⚠️ WARNING Unknown filetype 'typescript.tsx' (Hint: filename extension != filetype). - ⚠️ WARNING Unknown filetype 'javascript.jsx' (Hint: filename extension != filetype). ```
This commit is contained in:
parent
b2ddb0c38c
commit
04612a228a
2 changed files with 2 additions and 2 deletions
|
|
@ -175,9 +175,7 @@ in {
|
|||
"typescript"
|
||||
# TODO: move to a React module
|
||||
"typescriptreact"
|
||||
"typescript.tsx"
|
||||
"javascriptreact"
|
||||
"javascript.jsx"
|
||||
# TODO: move to a JavaScript module
|
||||
"javascript"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue