mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
User Guide: Removed blockquote from code section, due to markdown conflict (#1869)
* Removed blockquote from code section * Fix the fix
This commit is contained in:
committed by
Dan Abramov
parent
35d84ef052
commit
c436bf356e
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user