This commit is contained in:
Chuck Lantz
2019-04-17 20:52:55 -07:00
parent 63f41cf155
commit 74d2279f2d
10 changed files with 59 additions and 380 deletions

View File

@@ -15,8 +15,8 @@ RUN apt-get install -y curl apt-transport-https lsb-release \
&& apt-get update \
&& apt-get install -y yarn
# Install tslint and typescript
RUN npm install -g tslint typescript
# Install eslint
RUN npm install -g eslint
# Clean up
RUN apt-get autoremove -y \