Vizzuality / front-end-scaffold

A scaffold for new projects on Vizzuality
front-end-scaffold-docs.vercel.app
MIT License
3 stars 0 forks source link

Set tsconfigRootDir: __dirname to prevent errors #113

Closed mbarrenechea closed 1 year ago

mbarrenechea commented 1 year ago

tsconfigRootDir: __dirname will prevent eslint errors in VisualStudio code when you are in a subfolder and not the root of the app.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
front-end-scaffold-docs ✅ Ready (Inspect) Visit Preview Jan 17, 2023 at 4:47PM (UTC)
davidsingal commented 1 year ago

I think I didn't have this issue. Anyway I found your solution in the typescript repo: https://github.com/typescript-eslint/typescript-eslint/issues/251#issuecomment-463943250 So, go ahead!