Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / .prettierrc.json
diff --git a/web/core/.prettierrc.json b/web/core/.prettierrc.json
new file mode 100644 (file)
index 0000000..c06cd1f
--- /dev/null
@@ -0,0 +1,6 @@
+{
+  "printWidth": 80,
+  "semi": true,
+  "singleQuote": true,
+  "trailingComma": "all"
+}