diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index bd065e9917e6f38040705e797d8c444288150c57..147c9280e244de12099497a9b6b77be9e3a31f0b 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -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: