Syntax highlighting added (where missing) (#11) [skip ci]

This commit is contained in:
Rubens Mariuzzo 2016-10-06 06:35:12 -08:00 committed by Henry Zhu
parent 1bf315d388
commit 655ae2cada

View File

@ -20,7 +20,7 @@ $ npm install --save-dev babel-preset-env
* `modules` - Enable transformation of ES6 module syntax to another module type (Enabled by default to `"commonjs"`).
* Can be `false` to not transform modules, or one of `["amd", "umd", "systemjs", "commonjs"]`
```
```js
{
"presets": [
["env", {