File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/ci/docker/host-x86_64/mingw-check Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
22
22
# Install es-check
23
23
# Pin its version to prevent unrelated CI failures due to future es-check versions.
24
24
RUN npm install es-check@5.2.3 -g
25
+ RUN npm install eslint@7.20.0 -g
25
26
26
27
COPY scripts/sccache.sh /scripts/
27
28
RUN sh /scripts/sccache.sh
@@ -37,4 +38,5 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
37
38
python3 ../x.py doc --stage 0 library/test && \
38
39
/scripts/validate-toolstate.sh && \
39
40
# Runs checks to ensure that there are no ES5 issues in our JS code.
40
- es-check es5 ../src/librustdoc/html/static/*.js
41
+ es-check es5 ../src/librustdoc/html/static/*.js && \
42
+ eslint ../src/librustdoc/html/static/*.js
You can’t perform that action at this time.
0 commit comments