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
In a project with multiple eslintrc files, the eslint working directory is set on the closest eslintrc file directory instead of the root eslintrc file directory.
This results in having extra warnings in the IDE that should not be there.
Quick fix is to manually set the working directory on the app directory but having to change it for every project is cumbersome. Especially in a lambda environnement where we have many projects.
Thanks for the consideration.
Regards
The text was updated successfully, but these errors were encountered:
In a project with multiple eslintrc files, the eslint working directory is set on the closest eslintrc file directory instead of the root eslintrc file directory.
For exemple with this project structure :
ESLint working directory is the 'test' directory instead of 'app' and paths in parent configuration are then broken :
This results in having extra warnings in the IDE that should not be there.
Quick fix is to manually set the working directory on the app directory but having to change it for every project is cumbersome. Especially in a lambda environnement where we have many projects.
Thanks for the consideration.
Regards
The text was updated successfully, but these errors were encountered: