Skip to content

Commit

Permalink
Add newlines before code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jan 30, 2017
1 parent 1e2ee42 commit bf2521a
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -15,13 +15,15 @@ npm install --save-dev babel-plugin-transform-es2015-block-scoping
**.babelrc**

Without options:

```json
{
"plugins": ["transform-es2015-block-scoping"]
}
```

With options:

```json
{
"plugins": [
Expand Down

0 comments on commit bf2521a

Please sign in to comment.