Format fixture JSON with Prettier. (#8658)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"presets": [],
|
||||
"plugins": [["proposal-decorators", { "legacy": true }]]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"presets": [
|
||||
"env"
|
||||
]
|
||||
"presets": ["env"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
["proposal-decorators", { "legacy": true }]
|
||||
]
|
||||
"plugins": [["proposal-decorators", { "legacy": true }]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user