diff options
author | Peter Johanson <[email protected]> | 2021-09-10 16:33:39 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2021-09-11 00:50:36 -0400 |
commit | c7e513634d2425dbdf21ccd693872301f80cad65 (patch) | |
tree | 2f1a367034540e77bdd66192197ff536aefc46dc /app/.prettierrc.js | |
parent | 39eb80562d5174e42c8a184e0261674888ac5fd7 (diff) | |
download | zmk-c7e513634d2425dbdf21ccd693872301f80cad65.tar.gz zmk-c7e513634d2425dbdf21ccd693872301f80cad65.zip |
feat(metadata): Add YAML check/format npm scripts.
Diffstat (limited to 'app/.prettierrc.js')
-rw-r--r-- | app/.prettierrc.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/.prettierrc.js b/app/.prettierrc.js new file mode 100644 index 0000000000..806328d923 --- /dev/null +++ b/app/.prettierrc.js @@ -0,0 +1,3 @@ +module.exports = { + endOfLine: "auto", +}; |