You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this project as the frontend for my fullstack application. The problem arrises when I move this project in a folder s.t. it is not longer in root. For example now the frontend project is located in atlas/frontend/ (atlas is the name of the root folder). Then ESlint no longer works correctly and the nuxt composables look undefined. The projects still works when i run it, but its anoying the have to deal with those es lint errors.
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered:
Can you share your .eslintrc file? Maybe adding "root": true, to your .eslintrc file might fix the problem?
Also, found this on internet, but I'm not sure if it would be useful in your case:
Hello,
I'm trying to use this project as the frontend for my fullstack application. The problem arrises when I move this project in a folder s.t. it is not longer in root. For example now the frontend project is located in
atlas/frontend/
(atlas
is the name of the root folder). Then ESlint no longer works correctly and the nuxt composables look undefined. The projects still works when i run it, but its anoying the have to deal with those es lint errors.Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: