We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b8442 commit 03dc551Copy full SHA for 03dc551
Dockerfile
@@ -61,6 +61,9 @@ COPY ./.markdownlint.yaml ${WORKDIR}/
61
COPY ./.yamllint ${WORKDIR}/
62
COPY ./.yamlignore ${WORKDIR}/
63
64
+# JSON linting conf
65
+COPY ./.prettierrc.yaml ${WORKDIR}/
66
+
67
CMD ["make", "lint"]
68
69
###############################################################################
0 commit comments