DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
904 stars 39 forks source link

support /configs to use with linters? #85

Open Hifilo opened 1 year ago

Hifilo commented 1 year ago

Hello, This is a very useful extension when experimenting, and going through learning material. I currently see that I get various errors from eslint & prettier, however they don't resolve themselves the way they do in regular .js files. Code_CVmFHuzmI2

Is there a special config that I may use, or can anyone enlighten me on how best to use linters/prettier (if at all) with the Node.js Notebooks?

Thank you.