Commit c436bf35 authored by Stoicescu Cristi's avatar Stoicescu Cristi Committed by Dan Abramov
Browse files

User Guide: Removed blockquote from code section, due to markdown conflict (#1869)

* Removed blockquote from code section

* Fix the fix
parent 35d84ef0
Showing with 5 additions and 5 deletions
+5 -5
...@@ -227,11 +227,11 @@ You would need to install an ESLint plugin for your editor first. ...@@ -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: >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 >```js
{ >{
// ... > // ...
"extends": "react-app" > "extends": "react-app"
} >}
``` >```
Then add this block to the `package.json` file of your project: Then add this block to the `package.json` file of your project:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment