Skip to content

Use node_modules from docker container #321

@gleme

Description

@gleme

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 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions