Bump prettier (#9373)

This commit is contained in:
Brian Ng
2019-01-22 09:16:32 -06:00
committed by GitHub
parent f2af6c1170
commit f77c450cda
49 changed files with 71 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
{
"throws": "Unexpected digit after hash token (2:2)",
"plugins": [ "classPrivateProperties" ]
"plugins": ["classPrivateProperties"]
}

View File

@@ -1,6 +1,4 @@
{
"plugins": [
["pipelineOperator", { "proposal": "invalid" }]
],
"plugins": [["pipelineOperator", { "proposal": "invalid" }]],
"throws": "'pipelineOperator' requires 'proposal' option whose value should be one of: 'minimal', 'smart'"
}

View File

@@ -1,4 +1,8 @@
{
"plugins": [["pipelineOperator", { "proposal": "smart" }], "doExpressions", "asyncGenerators"],
"plugins": [
["pipelineOperator", { "proposal": "smart" }],
"doExpressions",
"asyncGenerators"
],
"throws": "Topic reference was used in a lexical context without topic binding (2:48)"
}

View File

@@ -1,3 +1,7 @@
{
"plugins": [["pipelineOperator", { "proposal": "smart" }], "doExpressions", "asyncGenerators"]
"plugins": [
["pipelineOperator", { "proposal": "smart" }],
"doExpressions",
"asyncGenerators"
]
}