Format fixture JSON with Prettier. (#8658)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
["transform-modules-commonjs", { "mjsStrictNamespace": false }]
|
||||
]
|
||||
"plugins": [["transform-modules-commonjs", { "mjsStrictNamespace": false }]]
|
||||
}
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
[
|
||||
"transform-modules-commonjs",
|
||||
{ "allowCommonJSExports": false }
|
||||
]
|
||||
]
|
||||
"plugins": [["transform-modules-commonjs", { "allowCommonJSExports": false }]]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-modules-commonjs"
|
||||
]
|
||||
"plugins": ["transform-modules-commonjs"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user