Bug 1257246: Update lint test image to newer packages of eslint. r=ahal

MozReview-Commit-ID: Kr0bsTfGyxS

--HG--
extra : rebase_source : 1790864740bb4013ed1481647223e74df75fe10f
extra : histedit_source : 139d7075064da2cb3a3a624ab216e2c3401254c9
This commit is contained in:
Dave Townsend 2016-03-16 12:21:43 -07:00
parent 66e6b814ee
commit 9b180956a0

View File

@ -6,9 +6,9 @@ WORKDIR /home/worker
# install necessary npm packages
RUN npm install -g taskcluster-vcs@2.3.12
RUN npm install -g eslint@1.10.3
RUN npm install -g eslint-plugin-html@1.1.0
RUN npm install -g eslint-plugin-react@3.13.1
RUN npm install -g eslint@2.7.0
RUN npm install -g eslint-plugin-html@1.4.0
RUN npm install -g eslint-plugin-react@4.2.3
# Set variable normally configured at login, by the shells parent process, these
# are taken from GNU su manual