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,10 @@
{
"plugins": ["external-helpers", "transform-function-name", "transform-classes", "transform-spread", "transform-block-scoping", "syntax-flow"]
"plugins": [
"external-helpers",
"transform-function-name",
"transform-classes",
"transform-spread",
"transform-block-scoping",
"syntax-flow"
]
}

View File

@@ -1,3 +1,10 @@
{
"plugins": ["external-helpers", "transform-function-name", "transform-classes", "transform-spread", "transform-block-scoping", "transform-modules-commonjs"]
"plugins": [
"external-helpers",
"transform-function-name",
"transform-classes",
"transform-spread",
"transform-block-scoping",
"transform-modules-commonjs"
]
}

View File

@@ -1,3 +1,9 @@
{
"plugins": ["external-helpers", "transform-function-name", "transform-classes", "transform-spread", "transform-block-scoping"]
"plugins": [
"external-helpers",
"transform-function-name",
"transform-classes",
"transform-spread",
"transform-block-scoping"
]
}

View File

@@ -1,3 +1,4 @@
{
"throws": "super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'."
"throws":
"super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'."
}

View File

@@ -1,3 +1,7 @@
{
"plugins": ["external-helpers", "transform-classes", "transform-block-scoping"]
"plugins": [
"external-helpers",
"transform-classes",
"transform-block-scoping"
]
}

View File

@@ -1,3 +1,7 @@
{
"plugins": ["external-helpers", "transform-classes", "transform-block-scoping"]
"plugins": [
"external-helpers",
"transform-classes",
"transform-block-scoping"
]
}

View File

@@ -1,3 +1,7 @@
{
"plugins": ["external-helpers", "transform-classes", "transform-block-scoping"]
"plugins": [
"external-helpers",
"transform-classes",
"transform-block-scoping"
]
}