Skip to content

Commit

Permalink
Fix some lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
sahrens committed Mar 26, 2015
1 parent f50ac9e commit ed65663
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"jest": false,
"Map": true,
"module": false,
"navigator": false,
"process": false,
"Promise": true,
"requestAnimationFrame": true,
Expand Down
3 changes: 1 addition & 2 deletions Examples/Movies/SearchScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@

var React = require('react-native');
var {
ListView,
ScrollView,
ActivityIndicatorIOS,
ListView,
StyleSheet,
Text,
TextInput,
Expand Down
1 change: 0 additions & 1 deletion Examples/UIExplorer/UIExplorerList.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ var {
AppRegistry,
ListView,
PixelRatio,
ScrollView,
StyleSheet,
Text,
TextInput,
Expand Down

0 comments on commit ed65663

Please sign in to comment.