lightward/mechanic-tasks

conflicting prettier settings

Closed this issue · 0 comments

The recent prettier additions to this repo has an inconsistency somewhere in the build and commit steps.

After every PR submission, I see more and more JSON task files which format arrays in different ways.

diff --git a/tasks/error-reporter.json b/tasks/error-reporter.json
index 74c23b5..a17b815 100644
--- a/tasks/error-reporter.json
+++ b/tasks/error-reporter.json
@@ -53,5 +53,8 @@
     "mechanic/errors/action"
   ],
   "subscriptions_template": "mechanic/errors/event\nmechanic/errors/task\nmechanic/errors/action",
-  "tags": ["Alert", "Error"]
+  "tags": [
+    "Alert",
+    "Error"
+  ]
 }