Skip to content

Commit 7565581

Browse files
authored
Update setting-up-your-editor.md
1 parent ad8fca9 commit 7565581

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/react/development/setting-up-your-editor.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar_label: Editor Setup
55
sidebar_position: 1
66
tags: [react, create-react-app, editor, syntax-highlighting, linting, debugging, code-formatting, prettier, vscode, webstorm]
77
description: "Learn how to set up your text editor for working with Create React App. Enhance your editing experience and maximize productivity with these tips."
8+
hide_table_of_contents: true
89
---
910

1011
When working with Create React App, there are several tools you can use to enhance your editing experience and maximize productivity. Let's go through some tips to get your editor set up correctly.
@@ -175,4 +176,4 @@ jsx,ts,tsx,json,css,scss,md}": [
175176

176177
Now, whenever you make a commit, Prettier will automatically format the changed files. You can also run `./node_modules/.bin/prettier --write "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}"` to format your entire project for the first time.
177178

178-
To integrate Prettier with your favorite editor, refer to the [Editor Integration](https://prettier.io/docs/en/editors.html) section on the Prettier GitHub page.
179+
To integrate Prettier with your favorite editor, refer to the [Editor Integration](https://prettier.io/docs/en/editors.html) section on the Prettier GitHub page.

0 commit comments

Comments
 (0)