mirror of
https://github.com/luzifer-docker/eslint.git
synced 2024-11-09 23:20:01 +00:00
Add standard config
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ca0ba8ebc4
commit
b9ad73d859
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue