Format fixture JSON with Prettier. (#8658)

This commit is contained in:
Logan Smyth
2018-09-09 17:57:52 -07:00
committed by GitHub
parent 45c28fa785
commit 79b2af5997
1075 changed files with 2632 additions and 1872 deletions

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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 }]
]
}

View File

@@ -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 }]
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -1,7 +1,9 @@
{
"plugins": [
["transform-react-constant-elements", {"allowMutablePropsOnTags": ["FormattedNumber"]}],
[
"transform-react-constant-elements",
{ "allowMutablePropsOnTags": ["FormattedNumber"] }
],
"syntax-jsx"
]
}

View File

@@ -1,7 +1,9 @@
{
"plugins": [
["transform-react-constant-elements", {"allowMutablePropsOnTags": ["FormattedMessage"]}],
[
"transform-react-constant-elements",
{ "allowMutablePropsOnTags": ["FormattedMessage"] }
],
"syntax-jsx"
]
}

View File

@@ -1,7 +1,9 @@
{
"plugins": [
["transform-react-constant-elements", {"allowMutablePropsOnTags": ["FormattedMessage"]}],
[
"transform-react-constant-elements",
{ "allowMutablePropsOnTags": ["FormattedMessage"] }
],
"syntax-jsx"
]
}

View File

@@ -1,6 +1,3 @@
{
"plugins": [
"transform-react-jsx",
"transform-react-constant-elements"
]
"plugins": ["transform-react-jsx", "transform-react-constant-elements"]
}

View File

@@ -1,6 +1,3 @@
{
"plugins": [
"transform-react-jsx",
"transform-react-constant-elements"
]
"plugins": ["transform-react-jsx", "transform-react-constant-elements"]
}