© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Malin Hanák
Frontend Developer
I wonder if you ever ran into some issues with eslint being unable to resolve absolute paths when running linting. I am but I am, I have both baseURL in tsconfig and using vite-tsconfig-paths for vite config but eslint seems to need something else.
would just like to add that I solved this by adding following to the eslintrc:
"import/resolver": { ... "typescript": {} }