Add eslint

This commit is contained in:
Horcrux
2016-05-04 11:24:05 +08:00
parent a821999f67
commit be8c273adf
31 changed files with 316 additions and 94 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
import React, {
Component,
PropTypes
Component
} from 'react-native';
import Path from './Path';
import _ from 'lodash';
import extractProps from '../lib/extract/extractProps';
import {ShapeAttributes} from '../lib/attributes';
@@ -69,7 +67,7 @@ class Shape extends Component{
type: this.type
}}
/>;
};
}
}
let NativeShape = createReactNativeComponentClass({