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.
2 parents 2559028 + 25f8c6f commit 892bac7Copy full SHA for 892bac7
.prettierrc.yaml
@@ -0,0 +1,7 @@
1
+---
2
+singleQuote: true
3
+quoteProps: preserve
4
+useTabs: false
5
+printWidth: 80
6
+tabWidth: 2
7
+trailingComma: none
Dockerfile
@@ -53,6 +53,9 @@ COPY ./.yamllint ${WORKDIR}/
53
COPY ./.yamlignore ${WORKDIR}/
54
COPY ./.gitignore ${WORKDIR}/
55
56
+# JSON linting conf
57
+COPY ./.prettierrc.yaml ${WORKDIR}/
58
+
59
CMD ["make", "lint"]
60
61
###############################################################################
0 commit comments