Fix some lint.

This commit is contained in:
Spencer Ahrens 2015-03-26 10:32:15 -07:00
parent f50ac9ea31
commit ed656633bc
3 changed files with 2 additions and 3 deletions

View File

@ -20,6 +20,7 @@
"jest": false,
"Map": true,
"module": false,
"navigator": false,
"process": false,
"Promise": true,
"requestAnimationFrame": true,

View File

@ -12,9 +12,8 @@
var React = require('react-native');
var {
ListView,
ScrollView,
ActivityIndicatorIOS,
ListView,
StyleSheet,
Text,
TextInput,

View File

@ -15,7 +15,6 @@ var {
AppRegistry,
ListView,
PixelRatio,
ScrollView,
StyleSheet,
Text,
TextInput,