mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 16:31:13 +01:00
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:
@@ -1,8 +1,11 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
git \
|
||||
npm \
|
||||
perl \
|
||||
uncrustify \
|
||||
&& npm install -g \
|
||||
js-beautify
|
||||
eslint \
|
||||
prettier
|
||||
|
||||
Reference in New Issue
Block a user