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}
1717
1818RUN apk add --update --no-cache make nodejs npm \
1919 && 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
2122
2223# [!TIP] Use a bind-mount to "/app" to override following "copys"
2324# for lint and test against "current" sources in this stage
@@ -39,7 +40,7 @@ COPY ./package-lock.json ${WORKDIR}/package-lock.json
3940COPY ./Makefile ${WORKDIR}/
4041
4142# code linting conf
42- COPY ./.prettierrc ${WORKDIR}/
43+ COPY ./.prettierrc.yaml ${WORKDIR}/
4344COPY ./.prettierignore ${WORKDIR}/
4445COPY ./eslint.config.js ${WORKDIR}/
4546COPY ./.babelrc ${WORKDIR}/
You can’t perform that action at this time.
0 commit comments