Format fixture JSON with Prettier. (#8658)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"plugins": ["transform-function-name", "transform-shorthand-properties", "transform-arrow-functions"]
|
||||
"plugins": [
|
||||
"transform-function-name",
|
||||
"transform-shorthand-properties",
|
||||
"transform-arrow-functions"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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 }]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-function-name", "transform-arrow-functions"]
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
"transform-function-name",
|
||||
"transform-arrow-functions"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user