feat(metadata): Add YAML check/format npm scripts.

This commit is contained in:
Peter Johanson
2021-09-10 16:33:39 +00:00
committed by Pete Johanson
parent 39eb80562d
commit c7e513634d
5 changed files with 76 additions and 3 deletions

3
app/.prettierrc.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
endOfLine: "auto",
};