Add standard config

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-06-05 12:52:59 +02:00
parent ca0ba8ebc4
commit b9ad73d859
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -5,6 +5,7 @@ ENV ESLINT_VERSION=4.19.1
RUN set -ex \ RUN set -ex \
&& npm install -g \ && npm install -g \
eslint@${ESLINT_VERSION} \ eslint@${ESLINT_VERSION} \
eslint-config-standard@latest \
eslint-plugin-import@latest \ eslint-plugin-import@latest \
eslint-plugin-node@latest \ eslint-plugin-node@latest \
eslint-plugin-promise@latest \ eslint-plugin-promise@latest \