Skip to content

Commit

Permalink
User Guide: Removed blockquote from code section, due to markdown con…
Browse files Browse the repository at this point in the history
…flict (#1869)

* Removed blockquote from code section

* Fix the fix
  • Loading branch information
Stoicescu Cristi authored and Timer committed Mar 23, 2017
1 parent 022822b commit 32cd4fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/react-scripts/template/README.md
Expand Up @@ -227,11 +227,11 @@ You would need to install an ESLint plugin for your editor first.
>VS Code ESLint plugin automatically detects Create React App's configuration file. So you do not need to create `eslintrc.json` at the root directory, except when you want to add your own rules. In that case, you should include CRA's config by adding this line:
>```js
{
// ...
"extends": "react-app"
}
```
>{
> // ...
> "extends": "react-app"
>}
>```
Then add this block to the `package.json` file of your project:

Expand Down

0 comments on commit 32cd4fe

Please sign in to comment.