We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485476f commit 016eb05Copy full SHA for 016eb05
1 file changed
CI/dependencies/Dockerfile
@@ -3,4 +3,5 @@ FROM node:latest
3
RUN git clone https://github.com/nodejs/nodejs.org
4
WORKDIR /nodejs.org/
5
6
-RUN npm install --save --legacy-peer-deps
+RUN npm install --save --legacy-peer-deps
7
+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 commit comments