Lint all the things

This commit is contained in:
Berkeley Martinez
2015-11-05 15:10:18 -08:00
parent c5843ec252
commit 5a96e6266b
18 changed files with 16 additions and 614 deletions

View File

@@ -1,4 +1,4 @@
import React, { createClass, PropTypes } from 'react';
import React, { PropTypes } from 'react';
import { Button } from 'react-bootstrap';
const followLink = 'https://twitter.com/intent/follow?' +
@@ -9,7 +9,7 @@ function commify(count) {
return Number(count).toLocaleString('en');
}
export default createClass({
export default React.createClass({
displayName: 'FollowButton',