Skip to content

Commit 32cd4fe

Browse files
stochrisTimer
authored andcommitted
User Guide: Removed blockquote from code section, due to markdown conflict (#1869)
* Removed blockquote from code section * Fix the fix
1 parent 022822b commit 32cd4fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/react-scripts/template/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ You would need to install an ESLint plugin for your editor first.
227227
>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:
228228
229229
>```js
230-
{
231-
// ...
232-
"extends": "react-app"
233-
}
234-
```
230+
>{
231+
> // ...
232+
> "extends": "react-app"
233+
>}
234+
>```
235235
236236
Then add this block to the `package.json` file of your project:
237237

0 commit comments

Comments
 (0)