Format fixture JSON with Prettier. (#8658)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"plugins": ["external-helpers", ["transform-modules-amd", { "noInterop": true }]]
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", { "noInterop": true }]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"plugins": ["external-helpers", ["transform-modules-amd", { "noInterop": true }]]
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", { "noInterop": true }]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,8 +2,5 @@
|
||||
"sourceType": "module",
|
||||
"moduleIds": true,
|
||||
"moduleId": "my custom module name",
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", { "loose": true }]
|
||||
]
|
||||
"plugins": ["external-helpers", ["transform-modules-amd", { "loose": true }]]
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"sourceType": "module",
|
||||
"moduleIds": true,
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", { "loose": true }]
|
||||
]
|
||||
"plugins": ["external-helpers", ["transform-modules-amd", { "loose": true }]]
|
||||
}
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", {
|
||||
"loose": true,
|
||||
"noInterop": true
|
||||
}]
|
||||
[
|
||||
"transform-modules-amd",
|
||||
{
|
||||
"loose": true,
|
||||
"noInterop": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", {
|
||||
"loose": true,
|
||||
"noInterop": true
|
||||
}]
|
||||
[
|
||||
"transform-modules-amd",
|
||||
{
|
||||
"loose": true,
|
||||
"noInterop": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", { "loose": true }]
|
||||
]
|
||||
"plugins": ["external-helpers", ["transform-modules-amd", { "loose": true }]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user