We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132a09b commit 61c9918Copy full SHA for 61c9918
Dockerfile
@@ -40,10 +40,9 @@ RUN source /root/.bashrc
40
ENV NODE_PATH $NVM_DIR/versions/node/v$NODE_VERSION/lib/node_modules
41
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
42
43
-RUN npm set proxy $http_proxy
44
-RUN npm set https-proxy $http_proxy
45
RUN npm install -g eslint
46
-RUN npm install -g eslint-config-airbnb
+RUN npm install -g eslint-config-airbnb-base
+RUN npm install -g eslint-plugin-import
47
48
RUN add-apt-repository ppa:jonathonf/vim -y
49
RUN apt update
0 commit comments