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,6 @@
{
"plugins": ["external-helpers", ["transform-modules-amd", { "noInterop": true }]]
"plugins": [
"external-helpers",
["transform-modules-amd", { "noInterop": true }]
]
}

View File

@@ -1,3 +1,6 @@
{
"plugins": ["external-helpers", ["transform-modules-amd", { "noInterop": true }]]
"plugins": [
"external-helpers",
["transform-modules-amd", { "noInterop": true }]
]
}

View File

@@ -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 }]]
}

View File

@@ -1,8 +1,5 @@
{
"sourceType": "module",
"moduleIds": true,
"plugins": [
"external-helpers",
["transform-modules-amd", { "loose": true }]
]
"plugins": ["external-helpers", ["transform-modules-amd", { "loose": true }]]
}

View File

@@ -1,9 +1,12 @@
{
"plugins": [
"external-helpers",
["transform-modules-amd", {
"loose": true,
"noInterop": true
}]
[
"transform-modules-amd",
{
"loose": true,
"noInterop": true
}
]
]
}

View File

@@ -1,9 +1,12 @@
{
"plugins": [
"external-helpers",
["transform-modules-amd", {
"loose": true,
"noInterop": true
}]
[
"transform-modules-amd",
{
"loose": true,
"noInterop": true
}
]
]
}

View File

@@ -1,6 +1,3 @@
{
"plugins": [
"external-helpers",
["transform-modules-amd", { "loose": true }]
]
"plugins": ["external-helpers", ["transform-modules-amd", { "loose": true }]]
}