commit e003c62cda746b70870b5c5f286301ad4a8533e7
parent 08e2d4e2751159e99beb10d8cf63622c7d0eb334
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Wed, 20 May 2015 13:17:50 +0300
Update How to Configure Text Editors doc
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/how-to-configure-text-editors.md b/docs/how-to-configure-text-editors.md
@@ -5,23 +5,23 @@
### WebStorm
-Create a new project based on React Starter Kit **project template**:
+Create a new project based on **React Starter Kit template**

-Enable **JSX** support for your project:
+Make sure that **JSX** support is enabled in your project. This is set by default, if you create a new project based on React.js template.

-Configure JavaScript libraries for **auto-complete**:
+Configure JavaScript libraries for **auto-complete**

-Enable **ESLint** support:
+Enable **ESLint** support

-Enable **CSSComb** by installing CSSReorder plug-in:
+Enable **CSSComb** by installing CSSReorder plug-in
