-
-
Notifications
You must be signed in to change notification settings - Fork 32
Getting Started
Amila Welihinda edited this page Sep 24, 2016
·
5 revisions
- Install Dependencies
npm install --save-dev eslint
npm install --save-dev babel
npm install --save-dev babel-plugin-transform-flow-strip-types
- Configure
[ignore]
.*/node_modules/fbjs/.*
.*/node_modules/*
.*/app/node_modules/*
.*/app/main.js
.*/app/dist/.*
.*/release/.*
.*/git/.*
[include]
./app/*.js
./node_modules/