ESLint errors and warnings should output to the console/development environment.
Current Behavior
Since the project is currently running inside Docker the errors and warnings only show if you view the container logs.
This bug may be happening because the node_modules folder is being ignored between the host and container.
This is a:
BUG
Expected Behavior
ESLint errors and warnings should output to the console/development environment.
Current Behavior
Since the project is currently running inside Docker the errors and warnings only show if you view the container logs.
This bug may be happening because the node_modules folder is being ignored between the host and container.