Format fixture JSON with Prettier. (#8658)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
{
|
||||
"plugins": ["syntax-flow", "transform-flow-strip-types", "transform-parameters", "transform-destructuring", "transform-arrow-functions"]
|
||||
"plugins": [
|
||||
"syntax-flow",
|
||||
"transform-flow-strip-types",
|
||||
"transform-parameters",
|
||||
"transform-destructuring",
|
||||
"transform-arrow-functions"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"plugins": [
|
||||
["proposal-class-properties", {"loose": true}],
|
||||
["proposal-class-properties", { "loose": true }],
|
||||
"external-helpers",
|
||||
"syntax-flow",
|
||||
"transform-parameters",
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-parameters", "transform-async-to-generator", "transform-arrow-functions"]
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
"transform-parameters",
|
||||
"transform-async-to-generator",
|
||||
"transform-arrow-functions"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
{
|
||||
"plugins": ["transform-parameters", "transform-classes", "transform-modules-commonjs", "transform-block-scoping"]
|
||||
"plugins": [
|
||||
"transform-parameters",
|
||||
"transform-classes",
|
||||
"transform-modules-commonjs",
|
||||
"transform-block-scoping"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-flow-strip-types",
|
||||
["transform-parameters", { "loose": true } ]
|
||||
["transform-parameters", { "loose": true }]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"proposal-class-properties",
|
||||
"external-helpers",
|
||||
"syntax-flow",
|
||||
["transform-parameters", { "loose": true } ],
|
||||
["transform-parameters", { "loose": true }],
|
||||
"transform-block-scoping",
|
||||
"transform-spread",
|
||||
"transform-classes",
|
||||
|
||||
Reference in New Issue
Block a user