Format fixture JSON with Prettier. (#8658)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"plugins": ["transform-async-to-generator", "transform-react-constant-elements", "syntax-jsx"]
|
||||
"plugins": [
|
||||
"transform-async-to-generator",
|
||||
"transform-react-constant-elements",
|
||||
"syntax-jsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"plugins": [["proposal-class-properties", {"loose": true}], "transform-react-constant-elements", "syntax-jsx"]
|
||||
"plugins": [
|
||||
["proposal-class-properties", { "loose": true }],
|
||||
"transform-react-constant-elements",
|
||||
"syntax-jsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"plugins": ["transform-react-constant-elements", "transform-react-inline-elements", "syntax-jsx"]
|
||||
"plugins": [
|
||||
"transform-react-constant-elements",
|
||||
"transform-react-inline-elements",
|
||||
"syntax-jsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"plugins": ["syntax-jsx", "transform-react-constant-elements", ["proposal-class-properties", {"loose": true}]]
|
||||
"plugins": [
|
||||
"syntax-jsx",
|
||||
"transform-react-constant-elements",
|
||||
["proposal-class-properties", { "loose": true }]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"plugins": ["syntax-jsx", "transform-react-constant-elements", ["proposal-class-properties", {"loose": true}]]
|
||||
"plugins": [
|
||||
"syntax-jsx",
|
||||
"transform-react-constant-elements",
|
||||
["proposal-class-properties", { "loose": true }]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
{
|
||||
|
||||
"plugins": ["transform-destructuring", "transform-parameters", "transform-react-constant-elements", "syntax-jsx"]
|
||||
"plugins": [
|
||||
"transform-destructuring",
|
||||
"transform-parameters",
|
||||
"transform-react-constant-elements",
|
||||
"syntax-jsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
|
||||
"plugins": ["transform-destructuring", "transform-parameters",
|
||||
"transform-spread", "syntax-object-rest-spread",
|
||||
"transform-react-constant-elements", "syntax-jsx", "external-helpers"]
|
||||
"plugins": [
|
||||
"transform-destructuring",
|
||||
"transform-parameters",
|
||||
"transform-spread",
|
||||
"syntax-object-rest-spread",
|
||||
"transform-react-constant-elements",
|
||||
"syntax-jsx",
|
||||
"external-helpers"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
|
||||
"plugins": ["transform-destructuring", "transform-parameters",
|
||||
"transform-spread", "syntax-object-rest-spread",
|
||||
"transform-react-constant-elements", "syntax-jsx", "external-helpers"]
|
||||
"plugins": [
|
||||
"transform-destructuring",
|
||||
"transform-parameters",
|
||||
"transform-spread",
|
||||
"syntax-object-rest-spread",
|
||||
"transform-react-constant-elements",
|
||||
"syntax-jsx",
|
||||
"external-helpers"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
{
|
||||
|
||||
"plugins": ["transform-destructuring", "transform-parameters", "transform-react-constant-elements", "syntax-jsx"]
|
||||
"plugins": [
|
||||
"transform-destructuring",
|
||||
"transform-parameters",
|
||||
"transform-react-constant-elements",
|
||||
"syntax-jsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
|
||||
"plugins": [
|
||||
["transform-react-constant-elements", {"allowMutablePropsOnTags": ["FormattedNumber"]}],
|
||||
[
|
||||
"transform-react-constant-elements",
|
||||
{ "allowMutablePropsOnTags": ["FormattedNumber"] }
|
||||
],
|
||||
"syntax-jsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
|
||||
"plugins": [
|
||||
["transform-react-constant-elements", {"allowMutablePropsOnTags": ["FormattedMessage"]}],
|
||||
[
|
||||
"transform-react-constant-elements",
|
||||
{ "allowMutablePropsOnTags": ["FormattedMessage"] }
|
||||
],
|
||||
"syntax-jsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
|
||||
"plugins": [
|
||||
["transform-react-constant-elements", {"allowMutablePropsOnTags": ["FormattedMessage"]}],
|
||||
[
|
||||
"transform-react-constant-elements",
|
||||
{ "allowMutablePropsOnTags": ["FormattedMessage"] }
|
||||
],
|
||||
"syntax-jsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-react-jsx",
|
||||
"transform-react-constant-elements"
|
||||
]
|
||||
"plugins": ["transform-react-jsx", "transform-react-constant-elements"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-react-jsx",
|
||||
"transform-react-constant-elements"
|
||||
]
|
||||
"plugins": ["transform-react-jsx", "transform-react-constant-elements"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user