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

View File

@@ -1,6 +1,6 @@
{
"plugins": [
["proposal-class-properties", {"loose": true}],
["proposal-class-properties", { "loose": true }],
"external-helpers",
"syntax-flow",
"transform-parameters",

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"plugins": [
"transform-flow-strip-types",
["transform-parameters", { "loose": true } ]
["transform-parameters", { "loose": true }]
]
}

View File

@@ -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",