Skip to content

Commit

Permalink
Lint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PWilkosz99 committed Apr 24, 2022
1 parent 485476f commit 016eb05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CI/dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ FROM node:latest
RUN git clone https://github.com/nodejs/nodejs.org
WORKDIR /nodejs.org/

RUN npm install --save --legacy-peer-deps
RUN npm install --save --legacy-peer-deps
RUN npm install --save-dev eslint@7 eslint-plugin-promise@4 eslint-plugin-import@2 eslint-plugin-node@11 @typescript-eslint/eslint-plugin@4 eslint-config-standard-with-typescript

0 comments on commit 016eb05

Please sign in to comment.