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 have an application that runs webpack on a docker container and I have a node_modules volume mounted on this container so it is persisted between docker-compose ups . Another good reason for that is to keep it isolated from the host machine and not override node_modules from the container. Is there any way to configure the ESLint plugin to use the ESLint binary from the node_modules inside the docker container, or do I need to install it on the host machine? I couldn't find it anywhere on the docs.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello! 😄
I have an application that runs webpack on a docker container and I have a node_modules volume mounted on this container so it is persisted between
docker-compose up
s . Another good reason for that is to keep it isolated from the host machine and not override node_modules from the container. Is there any way to configure the ESLint plugin to use the ESLint binary from the node_modules inside the docker container, or do I need to install it on the host machine? I couldn't find it anywhere on the docs.Thanks in advance!
The text was updated successfully, but these errors were encountered: