style: [skip ci] lint code snippets in md (#5379)

This commit is contained in:
Sven SAULEAU
2017-02-25 18:19:29 +01:00
committed by Henry Zhu
parent 6614a63b3b
commit eb9d699ce9
14 changed files with 77 additions and 38 deletions

View File

@@ -40,13 +40,17 @@ The transformation plugin is typically used only in development, but the runtime
Add the following line to your `.babelrc` file:
```js
// without options
Without options:
```json
{
"plugins": ["transform-runtime"]
}
```
// with options
With options:
```json
{
"plugins": [
["transform-runtime", {