chore: add precommit hook for testing code style (#1448)

* chore: add precommit hook for testing code style

* chore: use prettier + eslint for js code
This commit is contained in:
Charles Kerr
2020-09-13 21:41:32 -05:00
committed by GitHub
parent a4dd67ae45
commit be219ddee0
26 changed files with 5368 additions and 4999 deletions

View File

@@ -1,8 +1,11 @@
FROM alpine
RUN apk add --no-cache \
bash \
git \
npm \
perl \
uncrustify \
&& npm install -g \
js-beautify
eslint \
prettier