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
4 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file,!1933Add note about installing watchman
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.
>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:
......
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