Format fixture JSON with Prettier. (#8658)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-flow-comments"
|
||||
]
|
||||
"plugins": ["transform-flow-comments"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-flow-comments",
|
||||
["proposal-class-properties", {"loose": true}]
|
||||
["proposal-class-properties", { "loose": true }]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-flow-comments",
|
||||
"syntax-class-properties"
|
||||
]
|
||||
"plugins": ["transform-flow-comments", "syntax-class-properties"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user