From b9ad73d8598afd826630b2742700db2c2243123a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 5 Jun 2018 12:52:59 +0200 Subject: [PATCH] Add standard config Signed-off-by: Knut Ahlers --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bd4709e..8fc477c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ ENV ESLINT_VERSION=4.19.1 RUN set -ex \ && npm install -g \ eslint@${ESLINT_VERSION} \ + eslint-config-standard@latest \ eslint-plugin-import@latest \ eslint-plugin-node@latest \ eslint-plugin-promise@latest \