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,8 @@
{
"plugins": ["transform-function-name", "transform-shorthand-properties", "transform-arrow-functions", "transform-modules-amd"]
"plugins": [
"transform-function-name",
"transform-shorthand-properties",
"transform-arrow-functions",
"transform-modules-amd"
]
}

View File

@@ -1,3 +1,7 @@
{
"plugins": ["transform-function-name", "transform-shorthand-properties", "transform-arrow-functions"]
"plugins": [
"transform-function-name",
"transform-shorthand-properties",
"transform-arrow-functions"
]
}

View File

@@ -1,3 +1,8 @@
{
"plugins": ["transform-function-name", "transform-shorthand-properties", "transform-arrow-functions", "transform-modules-systemjs"]
"plugins": [
"transform-function-name",
"transform-shorthand-properties",
"transform-arrow-functions",
"transform-modules-systemjs"
]
}

View File

@@ -1,3 +1,8 @@
{
"plugins": ["transform-function-name", "transform-shorthand-properties", "transform-arrow-functions", "transform-modules-umd"]
"plugins": [
"transform-function-name",
"transform-shorthand-properties",
"transform-arrow-functions",
"transform-modules-umd"
]
}

View File

@@ -1,3 +1,8 @@
{
"plugins": ["transform-function-name", "transform-shorthand-properties", "transform-arrow-functions", "transform-modules-commonjs"]
"plugins": [
"transform-function-name",
"transform-shorthand-properties",
"transform-arrow-functions",
"transform-modules-commonjs"
]
}

View File

@@ -1,3 +1,7 @@
{
"plugins": ["external-helpers", "transform-function-name", [ "transform-arrow-functions", { "spec": true } ]]
"plugins": [
"external-helpers",
"transform-function-name",
["transform-arrow-functions", { "spec": true }]
]
}

View File

@@ -1,3 +1,7 @@
{
"plugins": ["external-helpers", "transform-function-name", "transform-arrow-functions"]
"plugins": [
"external-helpers",
"transform-function-name",
"transform-arrow-functions"
]
}