Format fixture JSON with Prettier. (#8658)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"plugins": ["transform-destructuring", "transform-parameters", "transform-arrow-functions"]
|
||||
"plugins": [
|
||||
"transform-destructuring",
|
||||
"transform-parameters",
|
||||
"transform-arrow-functions"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"plugins": ["external-helpers", ["transform-arrow-functions", { "spec": false }], "transform-function-name"]
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-arrow-functions", { "spec": false }],
|
||||
"transform-function-name"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"plugins": ["external-helpers", ["transform-arrow-functions", { "spec": true }]]
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-arrow-functions", { "spec": true }]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"plugins": ["external-helpers", ["transform-arrow-functions", { "spec": true }], "transform-function-name"]
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-arrow-functions", { "spec": true }],
|
||||
"transform-function-name"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"plugins": ["external-helpers", ["transform-arrow-functions", { "spec": true }]]
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-arrow-functions", { "spec": true }]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user