File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ WORKDIR ${WORKDIR}
17
17
18
18
RUN apk add --update --no-cache make nodejs npm \
19
19
&& apk add --update --no-cache yamllint \
20
- && npm install -g --ignore-scripts markdownlint-cli
20
+ && npm install -g --ignore-scripts markdownlint-cli \
21
+ && npm install -g --ignore-scripts prettier
21
22
22
23
# [!TIP] Use a bind-mount to "/app" to override following "copys"
23
24
# for lint and test against "current" sources in this stage
@@ -39,7 +40,7 @@ COPY ./package-lock.json ${WORKDIR}/package-lock.json
39
40
COPY ./Makefile ${WORKDIR}/
40
41
41
42
# code linting conf
42
- COPY ./.prettierrc ${WORKDIR}/
43
+ COPY ./.prettierrc.yaml ${WORKDIR}/
43
44
COPY ./.prettierignore ${WORKDIR}/
44
45
COPY ./eslint.config.js ${WORKDIR}/
45
46
COPY ./.babelrc ${WORKDIR}/
You can’t perform that action at this time.
0 commit comments