mirror of
https://github.com/luzifer-docker/eslint.git
synced 2024-11-09 23:20:01 +00:00
Install babel-eslint@latest
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b9ad73d859
commit
7134688a5d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ ENV ESLINT_VERSION=4.19.1
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& npm install -g \
|
&& npm install -g \
|
||||||
|
babel-eslint@latest \
|
||||||
eslint@${ESLINT_VERSION} \
|
eslint@${ESLINT_VERSION} \
|
||||||
eslint-config-standard@latest \
|
eslint-config-standard@latest \
|
||||||
eslint-plugin-import@latest \
|
eslint-plugin-import@latest \
|
||||||
|
|
Loading…
Reference in a new issue