codeforgso / GoVote

Local voter registration and election candidate application.
http://govotegso.org/
GNU General Public License v3.0
24 stars 46 forks source link

Integrate ESLint and Docker #78

Closed SchaeStewart closed 5 years ago

SchaeStewart commented 6 years ago

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.