Skip to content

Commit 03dc551

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Prettier JSON config added.
1 parent 90b8442 commit 03dc551

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ COPY ./.markdownlint.yaml ${WORKDIR}/
6161
COPY ./.yamllint ${WORKDIR}/
6262
COPY ./.yamlignore ${WORKDIR}/
6363

64+
# JSON linting conf
65+
COPY ./.prettierrc.yaml ${WORKDIR}/
66+
6467
CMD ["make", "lint"]
6568

6669
###############################################################################

0 commit comments

Comments
 (0)