Skip to content

Commit 629d575

Browse files
luftywiranda13gaearon
authored andcommitted
Update README.md (#2058)
* Update README.md * Update README.md
1 parent 851a404 commit 629d575

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/react-scripts/template/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,9 @@ You would need to install an ESLint plugin for your editor first. Then, add a fi
224224

225225
Now your editor should report the linting warnings.
226226

227-
Note that even if you edit your `.eslintrc` file further, these changes won’t affect the terminal and in-browser lint output. This is because Create React App intentionally provides a minimal set of rules that find common mistakes. If you want to enforce a coding style for your project, consider using [Prettier](https://github.com/jlongster/prettier) instead of ESLint style rules.
227+
Note that even if you edit your `.eslintrc` file further, these changes will **only affect the editor integration**. They won’t affect the terminal and in-browser lint output. This is because Create React App intentionally provides a minimal set of rules that find common mistakes.
228+
229+
If you want to enforce a coding style for your project, consider using [Prettier](https://github.com/jlongster/prettier) instead of ESLint style rules.
228230

229231
## Debugging in the Editor
230232

0 commit comments

Comments
 (0)