Add code style script and Dockerfile

This commit is contained in:
Mike Gelfand
2019-02-28 02:01:21 +03:00
parent 3cf3d6a22a
commit 85dba8c70f
4 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
FROM alpine
RUN apk add --no-cache \
npm \
perl \
uncrustify \
&& npm install -g \
js-beautify