diff --git a/manifest.json b/manifest.json index 0e666b7..a6f2a10 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,9 @@ { "name": "ts-template", "description": "ts-template for UbiquityOS plugins.", - "ubiquity:listeners": ["issue_comment.created"], + "ubiquity:listeners": [ + "issue_comment.created" + ], "commands": { "command1": { "ubiquity:example": "/command1 argument", @@ -21,6 +23,8 @@ "type": "string" } }, - "required": ["configurableResponse"] + "required": [ + "configurableResponse" + ] } -} +} \ No newline at end of file