mirror of
https://github.com/transmission/transmission.git
synced 2026-04-20 00:40:03 +01:00
* chore: add precommit hook for testing code style * chore: use prettier + eslint for js code
12 lines
175 B
Docker
12 lines
175 B
Docker
FROM alpine
|
|
|
|
RUN apk add --no-cache \
|
|
bash \
|
|
git \
|
|
npm \
|
|
perl \
|
|
uncrustify \
|
|
&& npm install -g \
|
|
eslint \
|
|
prettier
|