Use jsonc to parse babelrc comments in markdown files (#8643) [skip ci]

* [skip ci] use markdown jsonc to parse comments in README files

* [skip ci] change json to jsonc type in other markdown files
This commit is contained in:
Vikram Rangaraj 2018-09-07 06:50:51 -07:00 committed by Nicolò Ribaudo
parent 9eef660daa
commit 29a2878973
5 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ npm install --save-dev @babel/plugin-codemod-object-assign-to-object-spread
**.babelrc** **.babelrc**
```json ```jsonc
{ {
"plugins": ["@babel/plugin-codemod-object-assign-to-object-spread"] "plugins": ["@babel/plugin-codemod-object-assign-to-object-spread"]
} }

View File

@ -34,7 +34,7 @@ npm install --save-dev @babel/plugin-codemod-optional-catch-binding
**.babelrc** **.babelrc**
```json ```jsonc
{ {
"plugins": ["@babel/plugin-codemod-optional-catch-binding"] "plugins": ["@babel/plugin-codemod-optional-catch-binding"]
} }

View File

@ -8,7 +8,7 @@ For a more automatic migration, we have updated [babel-upgrade](https://github.c
If you want the same configuration as before: If you want the same configuration as before:
```json ```jsonc
{ {
"plugins": [ "plugins": [
// Stage 0 // Stage 0

View File

@ -8,7 +8,7 @@ For a more automatic migration, we have updated [babel-upgrade](https://github.c
If you want the same configuration as before: If you want the same configuration as before:
```json ```jsonc
{ {
"plugins": [ "plugins": [
// Stage 1 // Stage 1

View File

@ -8,7 +8,7 @@ For a more automatic migration, we have updated [babel-upgrade](https://github.c
If you want the same configuration as before: If you want the same configuration as before:
```json ```jsonc
{ {
"plugins": [ "plugins": [
// Stage 2 // Stage 2