Bump prettier (#9373)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"throws": "Unexpected digit after hash token (2:2)",
|
||||
"plugins": [ "classPrivateProperties" ]
|
||||
"plugins": ["classPrivateProperties"]
|
||||
}
|
||||
|
||||
@@ -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'"
|
||||
}
|
||||
|
||||
@@ -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)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"plugins": [["pipelineOperator", { "proposal": "smart" }], "doExpressions", "asyncGenerators"]
|
||||
"plugins": [
|
||||
["pipelineOperator", { "proposal": "smart" }],
|
||||
"doExpressions",
|
||||
"asyncGenerators"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user