ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

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:
Mdocs/how-to-configure-text-editors.md | 10+++++-----
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** ![react-project-template-in-webstorm](https://dl.dropboxusercontent.com/u/16006521/react-starter-kit/webstorm-new-project.png) -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. ![jsx-support-in-webstorm](https://dl.dropboxusercontent.com/u/16006521/react-starter-kit/webstorm-jsx.png) -Configure JavaScript libraries for **auto-complete**: +Configure JavaScript libraries for **auto-complete** ![javascript-libraries-in-webstorm](https://dl.dropboxusercontent.com/u/16006521/react-starter-kit/webstorm-libraries.png) -Enable **ESLint** support: +Enable **ESLint** support ![eslint-support-in-webstorm](https://dl.dropboxusercontent.com/u/16006521/react-starter-kit/webstorm-eslint.png) -Enable **CSSComb** by installing CSSReorder plug-in: +Enable **CSSComb** by installing CSSReorder plug-in ![csscomb-in-webstorm](https://dl.dropboxusercontent.com/u/16006521/react-starter-kit/webstorm-csscomb.png)