Skip to content

Commit

Permalink
Format fixture JSON with Prettier. (babel#8658)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganfsmyth committed Sep 10, 2018
1 parent 8378608 commit c32e0e0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
11 changes: 10 additions & 1 deletion test/fixtures/destructuring/issue-5628/options.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"plugins": ["external-helpers", "transform-arrow-functions", "transform-destructuring", "transform-spread", "transform-parameters", "transform-block-scoping", "proposal-object-rest-spread", "transform-regenerator"]
"plugins": [
"external-helpers",
"transform-arrow-functions",
"transform-destructuring",
"transform-spread",
"transform-parameters",
"transform-block-scoping",
"proposal-object-rest-spread",
"transform-regenerator"
]
}
10 changes: 9 additions & 1 deletion test/fixtures/destructuring/options.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"plugins": ["external-helpers", "transform-destructuring", "transform-spread", "transform-parameters", "transform-block-scoping", "proposal-object-rest-spread", "transform-regenerator"]
"plugins": [
"external-helpers",
"transform-destructuring",
"transform-spread",
"transform-parameters",
"transform-block-scoping",
"proposal-object-rest-spread",
"transform-regenerator"
]
}

0 comments on commit c32e0e0

Please sign in to comment.