FROM node:lts

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