webpack/webpack-cli

View on GitHub
.devcontainer/Dockerfile

Summary

Maintainability
Test Coverage
FROM node:lts

# Add global instances of prettier and eslint for vscode
RUN npm install -g eslint prettier