diff --git a/Dockerfile b/Dockerfile index 8fc477c..5f23f10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ ENV ESLINT_VERSION=4.19.1 RUN set -ex \ && npm install -g \ + babel-eslint@latest \ eslint@${ESLINT_VERSION} \ eslint-config-standard@latest \ eslint-plugin-import@latest \