From c436bf356e3ec8b512d23ef3efef84fa61102224 Mon Sep 17 00:00:00 2001 From: Stoicescu Cristi Date: Tue, 21 Mar 2017 03:21:09 +0200 Subject: [PATCH] User Guide: Removed blockquote from code section, due to markdown conflict (#1869) * Removed blockquote from code section * Fix the fix --- packages/react-scripts/template/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index bd065e9917e..147c9280e24 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: