You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-scripts/template/README.md
+5
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
13
13
-[npm test](#npm-test)
14
14
-[npm run build](#npm-run-build)
15
15
-[npm run eject](#npm-run-eject)
16
+
-[Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
16
17
-[Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
17
18
-[Installing a Dependency](#installing-a-dependency)
18
19
-[Importing a Component](#importing-a-component)
@@ -156,6 +157,10 @@ Instead, it will copy all the configuration files and the transitive dependencie
156
157
157
158
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
158
159
160
+
## Syntax Highlighting in the Editor
161
+
162
+
To configure the syntax highlighting in your favorite text editor, head to the [Babel's docs](https://babeljs.io/docs/editors) and follow the instructions. Some of the most popular editors are covered.
163
+
159
164
## Displaying Lint Output in the Editor
160
165
161
166
>Note: this feature is available with `react-scripts@0.2.0` and higher.
0 commit comments