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
+1 -1
View File
@@ -5,7 +5,7 @@ import React, {
let propType = PropTypes.oneOfType([PropTypes.string, PropTypes.number]);
class Image extends Component{
class Pattern extends Component{
static displayName = 'Pattern';
static propTypes = {
x1: propType,