prettier: Disable bracketSpacing.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-07-15 11:45:38 -07:00 committed by Tim Abbott
parent facd860a6c
commit 06691e1e45
3 changed files with 58 additions and 62 deletions

3
prettier.config.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
bracketSpacing: false,
};

View File

@ -952,11 +952,7 @@ paths:
description: |
An array with the IDs of the modified messages.
- example:
{
"msg": "",
"messages": [4, 18, 15],
"result": "success",
}
{"msg": "", "messages": [4, 18, 15], "result": "success"}
/messages/render:
post:
operationId: render_message
@ -2884,10 +2880,7 @@ paths:
items:
type: object
example:
[
{ "id": 4, "value": "vim" },
{ "id": 5, "value": "1909-04-05" },
]
[{"id": 4, "value": "vim"}, {"id": 5, "value": "1909-04-05"}]
required: false
responses: