mirror of
https://github.com/luzifer-docker/eslint.git
synced 2024-11-08 14:50:01 +00:00
Add vue plugin
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5eb452c537
commit
ca0ba8ebc4
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ RUN set -ex \
|
||||||
eslint-plugin-node@latest \
|
eslint-plugin-node@latest \
|
||||||
eslint-plugin-promise@latest \
|
eslint-plugin-promise@latest \
|
||||||
eslint-plugin-standard@latest \
|
eslint-plugin-standard@latest \
|
||||||
|
eslint-plugin-vue@latest \
|
||||||
&& rm -rf /usr/share/man /tmp/* \
|
&& rm -rf /usr/share/man /tmp/* \
|
||||||
/root/.npm /root/.node-gyp \
|
/root/.npm /root/.node-gyp \
|
||||||
/usr/lib/node_modules/npm/man \
|
/usr/lib/node_modules/npm/man \
|
||||||
|
|
Loading…
Reference in a new issue