yunabe / tslab

Interactive JavaScript and TypeScript programming with Jupyter
Apache License 2.0
737 stars 45 forks source link

Is there a linter/prettier for typescript/javascript, for jupyterlab 4? #102

Open perllaghu opened 3 months ago

perllaghu commented 3 months ago

Running under a juoyterlab-4 instance [in docker, in my instance] - I have the kernel running just fine, and the typescript-language-server plugin gives me suggestions & auto-completion as expected.

The thing I'm missing now is a code-formatter (or a plugin for https://github.com/jupyterlab-contrib/jupyterlab_code_formatter)

Does anyone have any suggestions?