Is there an example for a Javascript/Typescript pr...
# general
a
Is there an example for a Javascript/Typescript project?
I’m using pnpm , vite nand vitest to build react projects
f
I am afraid the most relevant example repo would be https://github.com/pantsbuild/example-javascript
this is the only thing we have for JS/TS
a
@fresh-cat-90827 Thank you!, unfortunately I have tried this one, it does not work as expected in my project (vitest and eslint can not expose errors), maybe I should try adhoc instead